Module trie_rs::iter

source ·
Expand description

Trie iterators

Structs§

  • Retains keys and strips off Values from a crate::iter iterator.
  • Iterates through all the postfixes of a matching query.
  • Iterates through all the common prefixes of a given query.
  • Iterates through all the matches of a query.

Traits§

  • Strip an iterator items (K, V) to only have K.