Constant tagua_parser::tokens::BOOLEAN_OR [] [src]

pub const BOOLEAN_OR: &'static [u8] = b"||"

The BOOLEAN_OR token.

Represent the boolean disjunction operator, e.g. $x || $y.