Returns the cartesian product of the input iterators.

Type Parameters

  • T

Implements

  • IterableIterator<T[]>

Constructors

Properties

Methods

Constructors

Properties

done: boolean = false
i: number = 0
indices: number[]
pools: T[][] = []

Methods

  • Returns IterableIterator<T[], any, any>