Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias SortedDictionaryIndex<Key, Value> = SortedDictionary<Key, Value>.Index where Key : Comparable
-
Undocumented
Declaration
Swift
public typealias SortedDictionaryIterator<Key, Value> = SortedDictionary<Key, Value>.Iterator where Key : Comparable