fn rotr(comptime T: type, x: T, r: anytype) T

Rotates right. Only unsigned values can be rotated. Negative shift values result in shift modulo the bit count.

Parameters

T: type,
x: T,
r: anytype,