aboutsummaryrefslogtreecommitdiff
path: root/core/strings/reader.odin
Commit message (Expand)AuthorAgeFilesLines
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-2/+2
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-14/+0
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-2/+34
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-91/+91
* Add helper procedures for `strings.Reader` creationgingerBill2021-06-241-0/+22
* Make bytes.Reader and strings.Reader have the same interfacegingerBill2020-12-041-98/+132
* Rename stream field namesgingerBill2020-12-021-11/+11
* Add `strings.Reader`gingerBill2020-12-021-0/+143