Constant AND

Source
pub const AND: &'static [u8] = b"and";
Expand description

The AND token.

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