We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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()