Constant tagua_parser::tokens::NOT_IDENTICAL [] [src]

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

The NOT_IDENTICAL token.

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