grid icon indicating copy to clipboard operation
grid copied to clipboard

Implement FromIterator for grid

Open PurpleMyst opened this issue 1 year ago • 0 comments

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.

PurpleMyst avatar Nov 16 '24 15:11 PurpleMyst