@tsdotnet/array-utility - v1.0.38
Preparing search index...
repeat
Function repeat
repeat
<
T
>
(
element
:
T
,
count
:
number
)
:
T
[]
Simply repeats a value the number of times specified.
Type Parameters
T
Parameters
element
:
T
count
:
number
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/array-utility - v1.0.38
Loading...
Simply repeats a value the number of times specified.