DimDef typedef

DimDef = Map<String, int>

Dimension definition where keys are base dimensions and values are exponents.

Implementation

typedef DimDef = Map<String,int>;