Skip to main content

Module array_map

Module array_map 

Source

Structs§

ArrayMapIter
PersistentArrayMap
A small immutable map stored as a flat key/value vector.

Enums§

AssocResult
Result of assoc — stays an array-map or promotes to a hash-map.

Constants§

THRESHOLD
Maximum number of key-value pairs before promoting to PersistentHashMap.