Instance Propertyswift 6.0.1Swift

    isEmpty

    A Boolean value indicating whether the range contains no elements.

    var isEmpty: Bool { get }

    Because a closed range cannot represent an empty range, this property is always false.

    Other members in extension

    Type members

    Instance members