We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unless I'm confused, Iterator::advance is actually exactly equivalent to Iterator::all.
Iterator::advance
Iterator::all
We thus have two good reasons to remove it, 1) It's a legacy protocol 2) It's got an exact replacement in .all()
.all()