Structures

The following structures are available globally.

  • Dictionary with ordered enumeration of keys. Keys are sorted by increasing recency of creation/mutation. So, keys at the beginning were created/updated the longest time ago and the towards the end were recently created/updated.

    See more

    Declaration

    Swift

    public struct OrderedMap<Key, Value> where Key : Hashable