summaryrefslogtreecommitdiff
path: root/tests/typ/utility/collection.typ
AgeCommit message (Collapse)Author
2022-11-03Tidy up libraryLaurenz
2022-07-26Rework array methodsLaurenz
2022-05-30Find optionally takes function instead of valueLaurenz
2022-04-11Negative array indexingLaurenz
2022-03-18MethodsLaurenz
2022-03-11Rename template to contentLaurenz
2022-03-11More restructuringLaurenz
2022-02-28Reorganize libraryLaurenz
2021-10-05Always use first positional argument in `expect()`Laurenz
This changes `#h(100)` from "missing argument: spacing" to "expected linear, found integer".
2021-08-31More utility functionsLaurenz
- join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1))