Instance Methodswift 6.0.1Swift

    isStrictSubset(of:)

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

    iOS
    18.0+
    macOS
    15.0+
    tvOS
    18.0+
    visionOS
    2.0+
    watchOS
    11.0+
    func isStrictSubset(of other: RangeSet<Bound>) -> Bool

    Parameters

    other

    A range set to compare against.

    Returns

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

    Other members in extension

    Types

    • struct Ranges

      A collection of the ranges that make up a range set.

    Type members

    Instance members