Left-shifts the integer's bits gracefully overflowing when passing the bit barrier.
Int32 operator <<(int shiftAmount) => Int32.from(value << shiftAmount);