Constant tagua_parser::tokens::REFERENCE [] [src]

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

The REFERENCE token.

Represent the reference operator, e.g. &$x.