aboutsummaryrefslogtreecommitdiff
path: root/builtins/range.h
AgeCommit message (Collapse)Author
2024-09-08Fix nearly every GCC warning and add __attribute__((pure/const)) whereBruce Hill
appropriate
2024-08-13Fix rangesBruce Hill
2024-08-05Add a Range datatype with creation methods like `5:to(10)` andBruce Hill
modification methods like `range:by(2)` or `range:reversed()`