Multiplication mathematically clipped naturally to standard hardware constraints.
Int64 operator *(Int64 other) => Int64.from(value * other.value);