Constant ASCII_CASE_MASK

Source
const ASCII_CASE_MASK: u8 = 0b0010_0000;
Expand description

If the bit selected by this mask is set, ascii is lower case.