MapSet.remove

"Unset" a given dimension, removing it from the matrix. The result is the union of all sub-matrices for all values of dim.

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

Meta