seperate Into<Iterator<t>>
and Iterable<T>
, like in rust
#1467
Labels
Into<Iterator<t>>
and Iterable<T>
, like in rust
#1467
in the future, the compiler should auto-optimize
Iterable<T>
toInto<Iterator<t>>
for owned typesThe text was updated successfully, but these errors were encountered: