MapSet.get

Return a subset of this set for all points where the given dimension has this value. Unlike slice, the dimension itself is included in the result (with the given value).

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
const
get
(
DimName dim
,
DimValue value
)

Meta