grid_iter

Type Alias RowIter

Source
pub type RowIter<T> = Take<Skip<T>>;

Aliased Typeยง

struct RowIter<T> { /* private fields */ }