Constant tagua_parser::tokens::COALESCE
[−]
[src]
pub const COALESCE: &'static [u8]=b"??"
The COALESCE token.
Represent the null coalescing operator, e.g. $x ?? $y.