Constant tagua_parser::tokens::NULLABLE
[−]
[src]
pub const NULLABLE: &'static [u8]=
QUESTION_MARK
The NULLABLE
token.
Represent the nullable operation, e.g. function f(?int $x) { … }
.