Constant tagua_parser::tokens::LEFT_SQUARE_BRACKET [] [src]

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

The LEFT_SQUARE_BRACKET token.

Used to open an array construction or an array access for instance, e.g. [2, 4, 6, 9][0].