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.

Parameters

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