Constant tagua_parser::tokens::LESS_THAN_OR_EQUAL_TO [] [src]

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

The LESS_THAN_OR_EQUAL_TO token.

Represent the less than or equal to comparison operator, e.g. $x <= $y.