Chok’s Typescript Utilities
Preparing search index...
concatIterators
concatIterators
Function concatIterators
concatIterators
<
T
>
(
...
iterators
:
Generator
<
T
,
any
,
any
>
[]
,
)
:
Generator
<
T
,
void
,
any
>
Memory-efficient way to concat two or more iterators.
Type Parameters
T
Parameters
...
iterators
:
Generator
<
T
,
any
,
any
>
[]
Returns
Generator
<
T
,
void
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Chok’s Typescript Utilities
Loading...
Memory-efficient way to concat two or more iterators.