Preparing search index...
The search index is not available
plotboilerplate
plotboilerplate
utils/algorithms/arrayFill
arrayFill
Function arrayFill
array
Fill
<
T
>
(
count
,
initialValue
)
:
T
[]
An equivalent of lodash.array_fill(...).
Type Parameters
T
extends
unknown
Parameters
count
:
number
initialValue
:
T
Returns
T
[]
Author
Ikaros Kappler
Date
2020-10-23
Version
1.0.0
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
plotboilerplate
Loading...
Generated using
TypeDoc
An equivalent of lodash.array_fill(...).