changed: `map.get` returns an Optional
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 22 Jun 2023 23:29:03 +0000 (18:29 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Thu, 22 Jun 2023 23:29:03 +0000 (18:29 -0500)
commitbcc6ca4cf9b148450e671772945d655ad90863f4
tree3cc27e5052ef6c7ebeb00d3dc677a22150da876b
parent7cdca8f32c0615f3856748c1c1d0c053bdf92f4a
changed: `map.get` returns an Optional
20 files changed:
core/container/map.onyx
core/conv/format.onyx
core/conv/parse.onyx
core/threads/thread.onyx
tests/aoc-2020/day15.onyx
tests/aoc-2020/day17.onyx
tests/aoc-2020/day20.onyx
tests/aoc-2020/day21.onyx
tests/aoc-2020/day24.onyx
tests/aoc-2020/day25.onyx
tests/aoc-2020/day7.onyx
tests/aoc-2021/day05.onyx
tests/aoc-2021/day08.onyx
tests/aoc-2021/day09.onyx
tests/aoc-2021/day10.onyx
tests/aoc-2021/day12.onyx
tests/aoc-2021/day14.onyx
tests/baked_parameters.onyx
tests/i32map.onyx
tests/persist_locals.onyx