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