formIntersection(_:)
Removes the contents of this range set that aren’t also in the given range set.
Declaration
mutating func formIntersection(_ other: RangeSet<Bound>)Parameters
- other:
A range set to intersect with.
Removes the contents of this range set that aren’t also in the given range set.
mutating func formIntersection(_ other: RangeSet<Bound>)A range set to intersect with.