pub const SIXTH_BIT_MASK: u8 = 0b_0100_0000;
Defines the 6 bit bit mask bin: 0100 0000 dec: 64 oct: 100 hex: 40