rotr64()
Performs 64-bit bitwise rotation on x
to the right by n
bits.
Definition
function rotr64(x: bigint, n: number): number;
Parameters
x
n
Performs 64-bit bitwise rotation on x
to the right by n
bits.
function rotr64(x: bigint, n: number): number;
x
n