Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

AssocMap
A simple association list map.
BiMap
A bidirectional map where both keys and values are unique.
FreqMap
A map counting how many times each key has been seen.
FrozenHashMap
Immutable frozen snapshot of a HashMap.
HashMapDiff
Represents the structural difference between two HashMaps.
HashMapMonoid
HashMap viewed as a monoid under union (left-biased merge).
IndexedMap
A vector-backed map where keys are dense integers 0..n.
IntervalEntry
An entry in an interval map.
IntervalMap
A simple interval map for ordered key types.
LRUCacheHm
Simple LRU cache backed by a HashMap.
LruMap
A map with LRU (least-recently-used) eviction policy.
MultiMap
A map that associates each key with a list of values.
MultiMapHm
Multi-map: each key maps to a list of values.
PersistentMap
An immutable persistent map based on a binary search tree.
StackMap
A map supporting scoped bindings with push/pop semantics.