You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust 1.85 implements FromIterator for (A_1, ..., A_n) when each A_i is Default + Extend (and n is at most 12) so iter.multiunzip() can be replaced by iter.collect().
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Rust 1.85 implements
FromIterator
for(A_1, ..., A_n)
when eachA_i
isDefault + Extend
(andn
is at most 12) soiter.multiunzip()
can be replaced byiter.collect()
.The text was updated successfully, but these errors were encountered: