Preparing search index...
The search index is not available
plotboilerplate
plotboilerplate
utils/algorithms/matrixFill
matrixFill
Function matrixFill
matrix
Fill
<
T
>
(
countA
,
countB
,
initialValue
)
:
Matrix
<
T
>
A matrix-fill helper function. Equivalent of lodash.array_fill(...).
Type Parameters
T
extends
unknown
Parameters
countA
:
number
countB
:
number
initialValue
:
T
Returns
Matrix
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
plotboilerplate
Loading...
Generated using
TypeDoc
A matrix-fill helper function. Equivalent of lodash.array_fill(...).