Thanks to visit codestin.com
Credit goes to binary.oslojs.dev

rotr32()

Performs 32-bit bitwise rotation on x to the right by n bits.

Definition

function rotr32(x: number, n: number): number;

Parameters

  • x
  • n