liblisa::semantics::default::builder

Function select

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>>
Expand description

Selects a range of bits.