general/index_map library

Classes

FixedMap<K, V>
FixedMap - interface for Map constraints FixedMap - fixed set of keys optimized for small fixed set of keys guarantees all keys are present can guarantee non null return - if V is defined as non nullable
IndexMap<K extends dynamic, V>
IndexMap Default implementation using parallel arrays