rotateRight function

PUnaryOp rotateRight(
  1. Expr x,
  2. int y
)

Implementation

PUnaryOp rotateRight(Expr x, int y) =>
    PUnaryOp(PUnaryOpKind.rotateRight, x, y).declare();