pub const fn shl<const N: usize, const M: usize, A: FastOpImpl, B: FastOpImpl>( a: ExprBuilder<N, A>, b: ExprBuilder<M, B>, ) -> ExprBuilder<{ _ }, ShlOp<A, B>>
Perform a left shift.