Skip to main content

dict_sparse

Function dict_sparse 

Source
pub fn dict_sparse<I, K, V>(entries: I) -> String
where I: IntoIterator<Item = (K, Option<V>)>, K: AsRef<str>, V: IntoValue,
Expand description

Build a Typst dictionary with optional values.