fn rotr(comptime T: type, x: T, r: anytype) T
[src]
Rotates right. Only unsigned values can be rotated. Negative shift values result in shift modulo the bit count.
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.