Preparing search index...
The search index is not available
@adamburgess/linq
@adamburgess/linq
enumerable
repeat
Function repeat
repeat
<
T
>
(
input
:
Iterable
<
T
>
,
count
:
number
)
:
Iterable
<
T
>
An iterable that repeats
input
count
times. If
count
is -1, repeat indefinitely.
Type Parameters
T
Parameters
input
:
Iterable
<
T
>
count
:
number
Returns
Iterable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@adamburgess/linq
Loading...
An iterable that repeats input count times. If count is -1, repeat indefinitely.