Module ordered_map

Source
Expand description

An order-preserving immutable map constructed at compile time.

Structs§

Entries
An iterator over the entries in a OrderedMap.
Keys
An iterator over the keys in a OrderedMap.
OrderedMap
An order-preserving immutable map constructed at compile time.
Values
An iterator over the values in a OrderedMap.