External Publication
Visit Post

When will the constant iterators be implemented?

Rust Internals [Unofficial] April 23, 2026
Source
People are gradually working on making more and more iterators (unstably) const. I believe that the current blocker on many of them is the fact that const closures are currently very buggy. If there are any iterators which you think can be easily made const, I'd suggest making a PR doing so.

Discussion in the ATmosphere

Loading comments...