Constant tagua_parser::tokens::ARRAY [] [src]

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

The ARRAY token.

Represent the array constructor or the arary type, e.g. array($x, $y) or function f(array $x) { … }.