pub fn encode(symlist: &mut SymbolList, value: u64, bits: usize)Expand description
Encodes a numeric value into its bit representation and appends it to a SymbolList.
Bits are appended in least-significant-bit first order.
pub fn encode(symlist: &mut SymbolList, value: u64, bits: usize)Encodes a numeric value into its bit representation and appends it to a SymbolList.
Bits are appended in least-significant-bit first order.