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().