formUnion(_:)
Inserts the elements of the given cursor into the set.
mutating func formUnion(_ cursor: some Cursor<Element>) throws
Parameters
- cursor
A cursor of elements.
If the set already contains one or more elements that are also in the cursor, the existing members are kept. If the cursor contains multiple instances of equivalent elements, only the first instance is kept.