Constant tagua_parser::tokens::TERNARY_ELSE
[−]
[src]
pub const TERNARY_ELSE: &'static [u8]=
COLON
The TERNARY_ELSE
token.
Represent the falsy block of a ternary condition, e.g. $x ? … : …
.