pub const LEFT_BRACKET_U8: u8 = _; // 123u8
The byte representation of a left bracket character. This constant provides the byte equivalent of the left bracket character/// for use in low-level operations.