cells property

Iterable<(Pos, E)> cells

An iterable of positions and elements in the grid, in row-major order.

Implementation

Iterable<(Pos, E)> get cells => _Cells(this);