Module hashmap

Module hashmap 

Source
Expand description

Inline HashMap

Structsยง

InlineHashMap
Similar to InlineVec, this structure will use an array if it is small enough to live on the stack, otherwise it allocates a HashMap on the heap
InlineHashMapIterator
An iterator over the inline array elements of an InlineHashMap.
InlineHashMapIteratorMut
An iterator over the inline array elements of an InlineHashMap.