pub fn array_raw<I, S>(items: I) -> Stringwhere I: IntoIterator<Item = S>, S: AsRef<str>,
Build a Typst array from raw code items.