Contents

isStrictSubset(of:)

Returns a Boolean value that indicates whether this range set is a strict subset of the given set.

Declaration

func isStrictSubset(of other: RangeSet<Bound>) -> Bool

Parameters

  • other:

    A range set to compare against.

Return Value

true if this range set is a strict subset of other; otherwise, false.