Constant tagua_parser::tokens::LESS_THAN [] [src]

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

The LESS_THAN token.

Represent the less than comparison operator, e.g. $x < $y.