inc method

Day? inc(
  1. int val,
  2. String unit
)

Alias of add.

Implementation

Day? inc(int val, String unit) => add(val, unit);