ixfx
Preparing search index...
Geometry
Grids
By
cellsAndValues
Function cellsAndValues
cellsAndValues
<
T
>
(
grid
:
Geometry
.
GridReadable
<
T
>
,
start
?:
Geometry
.
GridCell
,
wrap
?:
boolean
,
)
:
Generator
<
Geometry
.
GridCellAndValue
<
T
>
>
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
grid
:
Geometry
.
GridReadable
<
T
>
Optional
start
:
Geometry
.
GridCell
wrap
:
boolean
= true
Returns
Generator
<
Geometry
.
GridCellAndValue
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Yield all cell coordinates and values of a grid, left-to-right, top-to-bottom
See also: