Constant tagua_parser::tokens::NOT_EQUAL [] [src]

pub const NOT_EQUAL: &'static [u8] = b"!="

The NOT_EQUAL token.

Represent the not equal comparison operator, e.g. $x != $y.