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.