pub const CONST: &'static [u8] = b"const";
The CONST token.
CONST
Represent the constant declaration operator, e.g. const ANSWER = 42;.
const ANSWER = 42;