Instance Propertyswift 6.0.1Swift

    startIndex

    The position of the first element in a nonempty collection.

    var startIndex: KeyValuePairs<Key, Value>.Index { get }

    If the KeyValuePairs instance is empty, startIndex is equal to endIndex.

    Other members in extension

    Typealiases

    Type members

    Instance members