pub fn register_conditional<E: TeXEngine>(
engine: &mut E,
name: &'static str,
f: fn(&mut EngineReferences<'_, E::Types>, <E::Types as EngineTypes>::Token) -> TeXResult<bool, E::Types>,
)Expand description
Creates a new conditional primitive and registers it with the engine.