MapSet.merge

Combine two matrices together, returning their union. If other is a subset of this, return this unchanged.

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

Meta