Type Definition toodee::CellsMut

source ·
pub type CellsMut<'a, T> = FlattenExact<RowsMut<'a, T>>;
Expand description

A mutable iterator over each “cell” in a 2D array