Consider renaming IndexedParallelIterator::collect_into
#519
Labels
Milestone
IndexedParallelIterator::collect_into
#519
rust-lang/rust#45840 is proposing an
Iterator::collect_into
for anyExtend
type, different than ourIndexedParallelIterator::collect_into
that truncates and collects into aVec
. I thinkIterator::unzip_into
is also something that could reasonably added for symmetry.It would be unfortunate to have this mismatch long-term, but it's too early to know if
std
will really add this, or what shape it will take. Maybe we can find a more specific "indexed" name that's less likely to ever have a conflict withstd
.The text was updated successfully, but these errors were encountered: