Macro compile_read_tree_nodes

Source
macro_rules! compile_read_tree_nodes {
    ($next:ident , [$bit_0:tt, $bit_1:tt]) => { ... };
    ($next:ident , $final:tt) => { ... };
}
Expand description

A helper macro for compiling individual Huffman tree nodes