SortedDictionary

struct SortedDictionary<K, V where K: Hashable, K: Comparable>

Sorted Dictionary implemetation Uses binary search for inserting keys in sorted order

  • Undocumented

    Declaration

    Swift

    struct SortedDictionary<K, V where K: Hashable, K: Comparable>
  • Undocumented

    Declaration

    Swift

    struct SortedDictionary<K, V where K: Hashable, K: Comparable>
  • Undocumented

    Declaration

    Swift

    struct SortedDictionary<K, V where K: Hashable, K: Comparable>