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