Module rpds::set::hash_trie_set [] [src]

Modules

serde

Structs

HashTrieSet

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

Type Definitions

Iter