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