Constant tagua_parser::tokens::BITWISE_OR [] [src]

pub const BITWISE_OR: &'static [u8] = b"|"

The BITWISE_OR token.

Represent the inclusive bitwise disjunction operator, e.g. $x | $y.