pub const fn div<const N: usize, const M: usize, A: FastOpImpl, B: FastOpImpl>( a: ExprBuilder<N, A>, b: ExprBuilder<M, B>, ) -> ExprBuilder<{ _ }, DivOp<A, B>>
Perform a division.