remove(contentsOf:)
Removes the given range from the range set.
Declaration
mutating func remove(contentsOf range: Range<Bound>)Parameters
- range:
The range to remove from the set.
Removes the given range from the range set.
mutating func remove(contentsOf range: Range<Bound>)The range to remove from the set.