Instance Propertyswift 6.0.1Swift

    startIndex

    The position of the first element in a non-empty collection.

    var startIndex: AnyCollection<Element>.Index { get }

    In an empty collection, startIndex == endIndex.

    Other members in extension

    Typealiases

    Type members

    Instance members