Function concat_bit
pub const fn concat_bit<const N: usize, const M: usize, A: FastOpImpl, B: FastOpImpl>(
a: ExprBuilder<N, A>,
b: ExprBuilder<M, B>,
) -> ExprBuilder<{ _ }, OrOp<ShlOp<A, ConstOp<1>>, B>>
Expand description
Concatenate bits.