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