fn shr(comptime T: type, a: T, shift_amt: anytype) T
[src]
Shifts right. Overflowed bits are truncated. A negative shift amount results in a left shift.
fn shr(comptime T: type, a: T, shift_amt: anytype) T
Shifts right. Overflowed bits are truncated. A negative shift amount results in a left shift.