Yield all the values of a grid, left-to-right, top-to-bottom.
This is just a wrapper around Grids.values:
yield* values(grid, cells(grid, start, wrap)); Copy
yield* values(grid, cells(grid, start, wrap));
See also:
Optional
Yield all the values of a grid, left-to-right, top-to-bottom.
This is just a wrapper around Grids.values:
See also: