OrderedMap

An associative array which retains the order in which elements were added.

alias OrderedMap(K, V) = HashCollection!(K, V, true, false)

Meta