Function cellsAndValues

  • Yield all cell coordinates and values of a grid, left-to-right, top-to-bottom

    See also:

    • cells: Iterate over cell coordinates
    • cellValues: Iterate over cell values

    Type Parameters

    • T

    Parameters

    Returns Generator<GridCellAndValue<T>>