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