aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bytes.h
AgeCommit message (Collapse)Author
2025-04-07Move clamped() and is_between() to proper functions (not just macros)Bruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-07Add Byte.to() method and improved micro optimization of iterating overBruce Hill
fixed-width integer ranges
2025-03-21Move stdlib into src/Bruce Hill