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