Skip to main content

read_keyword

Function read_keyword 

Source
pub fn read_keyword<ET: EngineTypes>(
    engine: &mut EngineReferences<'_, ET>,
    kw: &[u8],
    first: Option<(u8, ET::Token)>,
) -> TeXResult<bool, ET>
Expand description

Default implementation for Gullet::read_keyword.