Constant tagua_parser::tokens::CONST [] [src]

pub const CONST: &'static [u8] = b"const"

The CONST token.

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