MapSet.all

Return all unique values occurring for a given dimension. Unless this is the empty set, the return value is always non-empty. If dim doesn't occur, it will be [nullValue].

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
const
const(DimValue)[]
all
(
DimName dim
)

Meta