Module iter

Source
Expand description

Iterators over key-value pairs, keys, values and child subtries.

Structsยง

Children
Iterator over the child subtries of a trie.
Iter
Iterator over the keys and values of a Trie.
Keys
Iterator over the keys of a Trie.
Values
Iterator over the values of a Trie.