- cross-posted to:
- rust@lemmy.ml
- cross-posted to:
- rust@lemmy.ml
You must log in or # to comment.
I’m happy the new ranges got stabilized. It feels weird to use old stuff when you know there is something in the pipeline to replace it.
I’m worried about this creating a bunch of confusion in the future, but hopefully at some point they mark the old ranges as deprecated.
Ranges directly being iterators confused me so much at first because no other standard iterable types really work that way, then combined with them being
!Copythey just felt wrong. The new ranges look so much easier to use and understand.
Nice stuff all in all!



