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