Alias SIDefinitions.AmountOfSubstance

Predefined quantity type templates for SI quantities

template SIDefinitions
{
  // ...
  alias AmountOfSubstance = typeof(mole);
  // ...
}