Structsยง
- Frame ๐An explicit stack frame used for traversing the trie without using recursion.
- Literal
Trie ๐A trie that preserves leftmost-first match semantics. - State ๐A state in a trie.
- State
Chunks ๐Iter An iterator over all of the chunks in a state, including the active chunk. - Transition ๐A single transition in a trie to another state.