aboutsummaryrefslogtreecommitdiff
path: root/core/bytes/bytes.odin
Commit message (Expand)AuthorAgeFilesLines
* Add truncate_to_byte and truncate_to_rune for packages strings and bytesgingerBill2021-04-221-0/+15
* `split*_iterator` procedures for package bytes and stringsgingerBill2021-03-181-0/+110
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-4/+4
* Make bytes.odin consistent with strings.odin in functionalitygingerBill2020-12-171-54/+39
* Rename bytes/strings.odin to bytes/bytes.odingingerBill2020-12-171-0/+1032