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