List cartesian product of iterables.
iterables
map function (vs, i)
x₀ × x₁ × ... = {[v₀, v₁, ...] | v₀ ∈ x₀, v₁ ∈ x₁, ...] }
Generated using TypeDoc
List cartesian product of iterables.