Subtraction operator.
@override Int64 operator -(Object other) { Int64 o = _promote(other); return _sub(_l, _m, _h, o._l, o._m, o._h); }