Function texlang::token::write_token_values
source ยท pub fn write_token_values<'a, T>(values: T, interner: &CsNameInterner) -> Stringwhere
T: IntoIterator<Item = &'a Value>,
Expand description
Write a collection of token values to a string.