Preparing search index...
The search index is not available
iteragain - v4.2.0
iteragain
roundrobin
roundrobin
Function roundrobin
roundrobin
<
T
extends
IteratorOrIterable
<
any
>
[]
>
(
...
args
:
T
,
)
:
IterableIterator
<
IterSource
<
T
[
number
]
>
>
Creates a new iterable that yields values from each iterator in
args
in an alternating fashion.
Type Parameters
T
extends
IteratorOrIterable
<
any
>
[]
Parameters
...
args
:
T
Returns
IterableIterator
<
IterSource
<
T
[
number
]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.2.0
Loading...
Creates a new iterable that yields values from each iterator in
argsin an alternating fashion.