Skip to main content

array

Function array 

Source
pub fn array<I, V>(items: I) -> String
where I: IntoIterator<Item = V>, V: IntoValue,
Expand description

Build a Typst array from items.