getting rid of uses of string.builder, string.reader
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 29 May 2021 03:20:55 +0000 (22:20 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 29 May 2021 03:20:55 +0000 (22:20 -0500)
commit9ba5b11ecf8b5432bb491ffae570c8214efe11b0
treee7e6b3d5d8602f7a2c6b524195aaea86ec90203f
parentcf37b85db8c10cb4718bb92162a7aec09522f627
getting rid of uses of string.builder, string.reader
15 files changed:
core/alloc/arena.onyx
core/alloc/pool.onyx
core/builtin.onyx
core/container/array.onyx
core/container/list.onyx
core/conv.onyx
core/io/reader.onyx
core/string.onyx
core/string/builder.onyx
core/string/reader.onyx
examples/06_dynamic_arrays.onyx
examples/07_structs.onyx
tests/aoc-2020/day1.onyx
tests/aoc-2020/day2.onyx
tests/aoc-2020/day22.onyx