pub const fn select<const NUM_SKIP: u8, const NUM_TAKE: u8, const N: usize, A: FastOpImpl>( a: ExprBuilder<N, A>, ) -> ExprBuilder<{ _ }, SelectOp<NUM_SKIP, NUM_TAKE, A>>
Selects a range of bits.