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