Contents

formIntersection(_:)

Removes the contents of this range set that aren’t also in the given range set.

Declaration

mutating func formIntersection(_ other: RangeSet<Bound>)

Parameters

  • other:

    A range set to intersect with.