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