insert(contentsOf:)
Inserts the given range into the range set.
Declaration
mutating func insert(contentsOf range: Range<Bound>)Parameters
- range:
The range to insert into the set.
Inserts the given range into the range set.
mutating func insert(contentsOf range: Range<Bound>)The range to insert into the set.