Constant tagua_parser::tokens::INSTANCEOF [] [src]

pub const INSTANCEOF: &'static [u8] = b"instanceof"

The INSTANCEOF token.

Represent the subset operator, e.g. $o instanceof C.