formUnion(_:)
Adds the contents of the given range set to this range set.
Declaration
mutating func formUnion(_ other: RangeSet<Bound>)Parameters
- other:
A range set to merge with this one.
Adds the contents of the given range set to this range set.
mutating func formUnion(_ other: RangeSet<Bound>)A range set to merge with this one.