Module cursor

Source
Expand description

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.