pub const Symbol = packed struct(u16)
pub const Symbol = packed struct(u16) { value: u12 = 0, code_bits: u4 = 0, // number of bits in code 0-15 }