pub enum Typed<F, S> {
Fast(F),
Small(S),
}Expand description
Holder for either fast or small trie with the trie type encoded into the Rust type.
pub enum Typed<F, S> {
Fast(F),
Small(S),
}Holder for either fast or small trie with the trie type encoded into the Rust type.