Type Definition huffman_rust::CodeBook

source ·
pub type CodeBook = HashMap<u8, Vec<bool>>;