MapSet.remove

Unset dimensions according to a predicate. This is faster than removing dimensions individually, however, unlike the DimName overload, this one does not benefit from global memoization.

  1. MapSet remove(DimName dim)
  2. MapSet remove(bool delegate(DimName) pred)
    struct MapSet(DimName, DimValue, DimValue nullValue = DimValue.init)
    const
    remove
    (
    bool delegate
    (
    DimName
    )
    pred
    )

Meta