Contents

symmetricDifference(_:)

Returns a new range set representing the values in this range set or the given range set, but not both.

Declaration

func symmetricDifference(_ other: RangeSet<Bound>) -> RangeSet<Bound>

Parameters

  • other:

    The range set to find a symmetric difference with.

Return Value

A new range set.