mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
This is not a meaningful abstraction. Use a for loop on the result of `toSlice` or `toSliceConst`. An iterator can be implemented on top of ArrayList by applications which want additional functionality, such as removing elements while iterating. Closes #3037.