Constant tagua_parser::tokens::GREATER_THAN_OR_EQUAL_TO [] [src]

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

The GREATER_THAN_OR_EQUAL_TO token.

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