pub type SmallNonContiguousLookupDecoderModel<Symbol, SymbolTable = Vec<(u16, Symbol)>, LookupTable = Box<[u16]>> = LookupDecoderModel<Symbol, u16, NonContiguousSymbolTable<SymbolTable>, LookupTable, 12>;
Expand description

Type alias for a LookupDecoderModel over arbitrary symbols.

Examples

TODO

See also

Aliased Type§

struct SmallNonContiguousLookupDecoderModel<Symbol, SymbolTable = Vec<(u16, Symbol)>, LookupTable = Box<[u16]>> { /* private fields */ }