isSuperset(of:)
Returns a Boolean value that indicates whether this range set is a superset of the given set.
Declaration
func isSuperset(of other: RangeSet<Bound>) -> BoolParameters
- other:
A range set to compare against.
Return Value
true if this range set is a superset of other; otherwise, false.