Constant tagua_parser::tokens::TERNARY_THEN [] [src]

pub const TERNARY_THEN: &'static [u8] = QUESTION_MARK

The TERNARY_THEN token.

Represent the truly block of a ternary condition, e.g. $x ? … : ….