Constant tagua_parser::tokens::RIGHT_SQUARE_BRACKET [] [src]

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

The RIGHT_SQUARE_BRACKET token.

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