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