subtract(_:)
Removes the contents of the given range set from this range set.
Declaration
mutating func subtract(_ other: RangeSet<Bound>)Parameters
- other:
A range set to subtract from this one.
Removes the contents of the given range set from this range set.
mutating func subtract(_ other: RangeSet<Bound>)A range set to subtract from this one.