Contents

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.