fn rotl(comptime T: type, x: T, r: anytype) T
[src]
Rotates left. Only unsigned values can be rotated. Negative shift values result in shift modulo the bit count.
fn rotl(comptime T: type, x: T, r: anytype) T
Rotates left. Only unsigned values can be rotated. Negative shift values result in shift modulo the bit count.