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
macro_rules! compile_read_tree_nodes {
($next:ident , [$bit_0:tt, $bit_1:tt]) => { ... };
($next:ident , $final:tt) => { ... };
}
A helper macro for compiling individual Huffman tree nodes