Expand description
Types for walking stepwise through a trie.
For examples, see the .cursor()
functions
and the Cursor
types in this module.
Structsยง
- Ascii
Probe Result - Information about a probed edge.
- Zero
Ascii Ignore Case Trie Cursor - A cursor into a
ZeroAsciiIgnoreCaseTrie
, useful for stepwise lookup. - Zero
Trie Simple Ascii Cursor - A cursor into a
ZeroTrieSimpleAscii
, useful for stepwise lookup.