Function texlang::texmacro::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.