rotateRight

Bit rotation right

pure
T
rotateRight
(
T
)
(,
size_t rot
)

Parameters

input T

the input word

rot size_t

the number of bits to rotate

Return Value

Type: T

input rotated right by rot bits

Meta