aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bytes.h
AgeCommit message (Collapse)Author
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
parameter
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
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