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