Type Definition toodee::Cells[][src]

type Cells<'a, T> = FlattenExact<Rows<'a, T>>;

An iterator over each "cell" in a 2D array