MapSet.emptySet

The empty set. Represents a set which holds zero values.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
static immutable
auto emptySet = MapSet(emptySetRoot);

Meta