packages feed

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

// Test the `len` method.
#test(().len(), 0)
#test(("A", "B", "C").len(), 3)