iter-fns - v0.13.0
Preparing search index...
repeatWith
Function repeatWith
repeatWith
<
T
>
(
f
:
(
i
:
number
)
=>
T
)
:
Iterable
<
T
>
Repeats a value infinitely using the given function.
Type Parameters
T
type of the item
Parameters
f
:
(
i
:
number
)
=>
T
item to repeat
Returns
Iterable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iter-fns - v0.13.0
Loading...
Repeats a value infinitely using the given function.