To be honest, since I found out for x in iterator is, basically, while let Some(x) = iterator.next(), I'm using the latter a lot more than the former.
@juliobiason What's the benefit in having the extra code?
@mauve Dunno, I just find let Some(x) = iterator.next() clearer, somehow.
@juliobiason Fair enough! Aesthetic preferences are important.
Escape ship from centralized social media run by Mauve.
@mauve Dunno, I just find let Some(x) = iterator.next() clearer, somehow.