pub fn array<I, V>(items: I) -> Stringwhere
I: IntoIterator<Item = V>,
V: IntoValue,Expand description
Build a Typst array from items.
pub fn array<I, V>(items: I) -> Stringwhere
I: IntoIterator<Item = V>,
V: IntoValue,Build a Typst array from items.