Pacote
    Preparing search index...

    Function shiftRight

    • Shifts the bits of a U64 value to the right. Equivalent to the numeric >> operator.

      Parameters

      • value: U64

        Value to shift.

      • bits: number

        Number of bits to shift by.

      Returns U64

      The shifted value.