Instance Propertyswift 6.0.1Swift

    startIndex

    The position of the first element in a nonempty dictionary.

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

    If the collection is empty, startIndex is equal to endIndex.

    Other members in extension

    Types

    Typealiases

    Type members

    Instance members