Constant CONST

Source
pub const CONST: &'static [u8] = b"const";
Expand description

The CONST token.

Represent the constant declaration operator, e.g. const ANSWER = 42;.