Constant tagua_parser::tokens::STRING
[−]
[src]
pub const STRING: &'static [u8]=b"string"
The STRING token.
Represent the string type, e.g. function f(string $x) { … }.