mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
258f120d52
The caller should really not pass `foo: ^string = nil`. A `for ch, in foo` would also crash, so let's not introduce new semantics for iteration. A caller shouldn't pass garbage if they can help it, and a `nil` ^string is not a useful ZII usage here.