radix_trie

Module iter

Source
Expand description

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

Structsยง

  • Iterator over the child subtries of a trie.
  • Iterator over the keys and values of a Trie.
  • Iterator over the keys of a Trie.
  • Iterator over the values of a Trie.