Constant tagua_parser::tokens::AND [] [src]

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

The AND token.

Represent the conjunction operator, used in a logical expression, e.g. $x and $y.