Function texlang::token::write_token_values

source ยท
pub fn write_token_values<'a, T>(values: T, interner: &CsNameInterner) -> String
where T: IntoIterator<Item = &'a Value>,
Expand description

Write a collection of token values to a string.