MapSet.subtract

Return the difference between this and the given set. If other does not intersect with this, return this unchanged.

struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
const
subtract

Meta