pub type ShlWrapped<N> = BinaryLiteral<N, ShlWrappedOperation<N>>;
Expand description

Shifts first left by second bits, continuing past the boundary of the type, storing the outcome in destination.