ror

Rotate right n bits

nothrow @safe @nogc pure
Cent
ror
(
Cent c
,
uint n
)

Parameters

c Cent

Cent to rotate

n uint

number of bits to rotate

Return Value

Type: Cent

rotated value

Meta