MapSet.cartesianProduct

Return a set which represents the Cartesian product between this and the given set. Duplicate dimensions are first removed from this set. For best performance, call big.cartesianProduct(small)

  1. MapSet cartesianProduct(DimName dim, DimValue[] values)
  2. MapSet cartesianProduct(MapSet other)
    struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
    const
    cartesianProduct

Meta