Constant tagua_parser::tokens::BOOLEAN_AND [] [src]

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

The BOOLEAN_AND token.

Represent the boolean conjunction operator, e.g. $x && $y.