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
It would be useful if the grid type had FromIterator implementations that mimic its From implementations, e.g. to mimic From<Vec<Vec<T>>, have a FromIterator implementations for iterators whose items are themselves iterators.
The text was updated successfully, but these errors were encountered:
PurpleMyst
changed the title
Implement FromIterator from grid
Implement FromIterator for grid
Nov 16, 2024
It would be useful if the grid type had FromIterator implementations that mimic its From implementations, e.g. to mimic
From<Vec<Vec<T>>
, have aFromIterator
implementations for iterators whose items are themselves iterators.The text was updated successfully, but these errors were encountered: