aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/bytes.h
AgeCommit message (Expand)Author
2025-08-17Switch from using dollar signs as namespace delimiters to using 々, ヽ, andunicode-identifiersBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
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
2025-03-21Move stdlib into src/Bruce Hill