| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-03 | Tidy up library | Laurenz | |
| 2022-07-26 | Rework array methods | Laurenz | |
| 2022-05-30 | Find optionally takes function instead of value | Laurenz | |
| 2022-04-11 | Negative array indexing | Laurenz | |
| 2022-03-18 | Methods | Laurenz | |
| 2022-03-11 | Rename template to content | Laurenz | |
| 2022-03-11 | More restructuring | Laurenz | |
| 2022-02-28 | Reorganize library | Laurenz | |
| 2021-10-05 | Always use first positional argument in `expect()` | Laurenz | |
| This changes `#h(100)` from "missing argument: spacing" to "expected linear, found integer". | |||
| 2021-08-31 | More utility functions | Laurenz | |
| - join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1)) | |||
