packages feed

typst-0.1.0.0: test/typ/compiler/array-21.typ

// Test the `map` method.
#test(().map(x => x * 2), ())
#test((2, 3).map(x => x * 2), (4, 6))