pub type DefaultAnsCoder<Backend = Vec<u32>> = AnsCoder<u32, u64, Backend>;Expand description
Type alias for an AnsCoder with sane parameters for typical use cases.
This type alias sets the generic type arguments Word and State to sane values for
many typical use cases.
Aliased Typeยง
pub struct DefaultAnsCoder<Backend = Vec<u32>> { /* private fields */ }