Skip to main content

array_raw

Function array_raw 

Source
pub fn array_raw<I, S>(items: I) -> String
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Build a Typst array from raw code items.