Module rpds::map::hash_trie_map [] [src]

Modules

serde

Structs

HashTrieMap

A persistent map with structural sharing. This implementation uses a hash array mapped trie and supports fast insert(), remove(), and get().

IterArc

Type Definitions

Iter
IterKeys
IterValues