Skip to main content

is_conditional_opener

Function is_conditional_opener 

Source
pub fn is_conditional_opener(name: &str) -> bool
Expand description

Pair-and-trust: a lowercase-if-prefixed name opens a conditional unless it is a known brace-argument macro. Reads the name, no leading backslash.

Positional context (an operand slot, an \ifcsname body) is not checked here — that needs the running state OpenerScan carries.