remove_tokens_from_stream

Function remove_tokens_from_stream 

Source
pub fn remove_tokens_from_stream<S: TexlangState>(
    tokens: &[Token],
    stream: &mut UnexpandedStream<S>,
) -> Result<bool>
Expand description

Removes the provided vector of tokens from the front of the stream.