miniblog.
← Back to all posts
Wilfred Hughes
Mar 20, 2022 at 17:57
Rust's Iterator interface is growing on me. I replaced a bunch of `i += 1; foo.get(i)` loops with explicit calls to `.next()`. It's less code and easier to reason about.
X / ?