nxt.bitwise_rotate

Undocumented in source.

Members

Functions

rotateLeft
ulong rotateLeft(ulong x, uint n)

Rotate x left by n bits.

rotateRight
ulong rotateRight(ulong x, uint n)

Rotate x right by n bits.

Meta