DEBSOURCES
Skip Quicknav
sources / haskell-typst / 0.5.0.1-1 / test / typ / compiler / array-01.typ
1234
// Test the `len` method. #test(().len(), 0) #test(("A", "B", "C").len(), 3)