Constant tagua_parser::tokens::MULTIPLY [] [src]

pub const MULTIPLY: &'static [u8] = b"*"

The MULTIPLY token.

Represent the multiplication operator, e.g. $x * $y.