Right-shifts the numerical data maintaining standard sign retention.
Int8 operator >>(int shiftAmount) => Int8.from(value >> shiftAmount);