Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
internal/ProductIterator
ProductIterator
Class ProductIterator<T>
Returns the cartesian product of the input
iterators
.
Type Parameters
T
Implements
IterableIterator
<
T
[]
>
Index
Constructors
constructor
Properties
done
i
indices
pools
Methods
[iterator]
next
Constructors
constructor
new
Product
Iterator
<
T
>
(
iterators
,
repeat
)
:
ProductIterator
<
T
>
Type Parameters
T
Parameters
iterators
:
Iterator
<
T
,
any
,
any
>
[]
repeat
:
number
Returns
ProductIterator
<
T
>
Properties
Protected
done
done
:
boolean
= false
Protected
i
i
:
number
= 0
Protected
indices
indices
:
number
[]
Protected
pools
pools
:
T
[]
[]
= []
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
T
[]
,
any
,
any
>
Returns
IterableIterator
<
T
[]
,
any
,
any
>
next
next
(
)
:
IteratorResult
<
T
[]
,
any
>
Returns
IteratorResult
<
T
[]
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
done
i
indices
pools
Methods
[iterator]
next
iteragain - v4.1.5
Loading...
Returns the cartesian product of the input
iterators
.