pub type SmallNonContiguousCategoricalDecoderModel<Symbol, Table = Vec<(u16, Symbol)>> = NonContiguousCategoricalDecoderModel<Symbol, u16, Table, 12>;
Expand description

Type alias for a NonContiguousCategoricalDecoderModel optimized for compatibility with lookup decoder models.

See:

Aliased Type§

struct SmallNonContiguousCategoricalDecoderModel<Symbol, Table = Vec<(u16, Symbol)>> { /* private fields */ }