Function SymbolList.addUnit

Adds (or replaces) a unit in the list

auto auto addUnit(Q) (
  string symbol,
  Q unit
)
if (isQVariantOrQuantity!Q);