pub const TAG_NUMBER_MASK: u8 = 0b0001_1111u8;
Bit-mask for the tag-number bits (bits 4–0) of the first tag byte.