Module cursor
Types for walking stepwise through a trie.
For examples, see the .cursor() functions
and the Cursor types in this module.
Structs
- AsciiProbeResult Information about a probed edge.
-
ZeroAsciiIgnoreCaseTrieCursor
A cursor into a
ZeroAsciiIgnoreCaseTrie, useful for stepwise lookup. -
ZeroTrieSimpleAsciiCursor
A cursor into a
ZeroTrieSimpleAscii, useful for stepwise lookup.