Variable Amount.UnitPerCoin

Number of units ('cents') per coins

struct Amount
{
  // ...
  immutable(Amount) UnitPerCoin = Amount(10000000LU);
  // ...
}