Open zekefast opened 3 months ago
That's an elegant example! I'd have to think through this more (or just try it), but I think we could perhaps replace the IT: Iterator
bound on the MultiZip
impls with IT: IntoIterator
.
@jswrenn That would be great! I think there could be issues with Extend
as well as it is not implemented for Option
if remember it right.
Ah, oof that will be an issue, I think.
Would it be possible to implement
MultiUnzip
onOption
to make something like that possible to implement?