Pacote
    Preparing search index...

    Function rotateRight

    • Rotates the bits of a U64 value to the right.

      Parameters

      • value: U64

        Value to rotate.

      • bits: number

        Number of bits to rotate by.

      Returns U64

      The rotated value.