Contents

formUnion(_:)

Adds the contents of the given range set to this range set.

Declaration

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

Parameters

  • other:

    A range set to merge with this one.

Discussion