# Functions
No description provided by the author
No description provided by the author
# Structs
OrderedMap is a wrapper struct around the built-in map that has guarantees about order because it sorts its keys with a custom sorter.
# Interfaces
Sorter is an interface used for ordering the keys in the OrderedMap.