Module trie
aoclib_
rs
0.0.16
Module trie
Module Items
Structs
In crate aoclib_
rs
aoclib_rs
Module
trie
Copy item path
Source
Structs
ยง
Trie
Recursively-defined prefix trie. Typically constructed with
Trie::new()
for the root node, then
insert()
ed into many times. Querying for simple existence of a word in the
Trie
can be performed with
contains()
.