pub fn is_param_digit(t: &SyntaxToken) -> boolExpand description
Whether a WORD token is a single TeX parameter digit (1..=9) — the
shape that follows # in a parameter reference. Reads only the token text.
pub fn is_param_digit(t: &SyntaxToken) -> boolWhether a WORD token is a single TeX parameter digit (1..=9) — the
shape that follows # in a parameter reference. Reads only the token text.