MapSet.getDimsAndValues

Return all values for all dimensions occurring in this set. The Cartesian product of these values would thus be a superset of this set. This is equivalent to, but faster than, calling getDims and then all for each dim.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
HashSet!(immutable(DimValue))[DimName]
getDimsAndValues
(
this This
)
()

Meta