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