Module trie

Module trie 

Source
Expand description

A trie data structure with modifications for supporting key bindings and autocompletions in a composible way with the rest of the ad internal APIs.

Structs§

Trie
A singly initialised Trie mapping sequences to a value

Enums§

QueryResult
The result of querying a [Try] for a particular Key.
WildCard
A wildcard node in a key sequence that can conditionally match a single key element.

Type Aliases§

DefaultMapping
A default handler for mapping a single length key to an Option<V>.
WildcardFn
A match function to use as part of a wildcard match