Constant tagua_parser::tokens::GREATER_THAN [] [src]

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

The GREATER_THAN token.

Represent the greater than comparison operator, e.g. $x > $y.