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