max_bit_count: u4,
symbol_count_minus_one: u8,
nodes: [256]PrefixedSymbol,
fn query(self: HuffmanTree, index: usize, prefix: u16) error{NotFound}!Result
No documentation provided.
fn weightToBitCount(weight: u4, max_bit_count: u4) u4