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