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.

Parameters

T: type,
a: T,
shift_amt: anytype,