Returns a cell which holds the subtraction of other from this.
other
this
ValueCell<Duration> operator -(ValueCell<Duration> other) => (this, other).apply((a, b) => a - b);