MapSet.cartesianProduct

Return a set which represents the Cartesian product between this set and the given values across the specified dimension.

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

Meta