github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
array2d
newArray2D
Function newArray2D
create a new row-major 2d array, with provided value or fill function.
new
Array2D
<
T
>
(
rows
,
cols
,
fill_fn
?
)
:
Array2DRowMajor
<
T
>
Type Parameters
T
Parameters
rows
:
number
cols
:
number
Optional
fill_fn
:
T
|
(
(
value
?:
undefined
,
column_index
?:
number
,
column_array
?:
(
undefined
|
T
)
[]
)
=>
T
)
Returns
Array2DRowMajor
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
create a new row-major 2d array, with provided value or fill function.