renamed iter.as_iterator to iter.as_iter
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 7 Jan 2023 00:02:33 +0000 (18:02 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sat, 7 Jan 2023 00:02:33 +0000 (18:02 -0600)
commit9e67790daf4cf00cf53bec386a1e820ec5e9c380
tree63b58bf03a191e78a532e39ac8dec8cbaad07986
parent415a34e5f5ab2af3f07caaabc85a31bb453c8c66
renamed iter.as_iterator to iter.as_iter
19 files changed:
core/container/bucket_array.onyx
core/container/iter.onyx
core/container/list.onyx
core/container/map.onyx
core/container/set.onyx
core/misc/arg_parse.onyx
core/net/tcp.onyx
examples/20_auto_return.onyx
examples/21_quick_functions.onyx
tests/aoc-2021/day03.onyx
tests/aoc-2021/day07.onyx
tests/aoc-2021/day09.onyx
tests/aoc-2021/day11.onyx
tests/aoc-2021/day12.onyx
tests/auto_poly.onyx
tests/bucket_array.onyx
tests/interfaces.onyx
tests/lazy_iterators.onyx
tests/remove_test.onyx