pub type BitView<'a> = BitView<'a, N_BYTES>;
A view over a fixed-size N-bit vector used in Vortex pipeline execution.
N
pub struct BitView<'a> { /* private fields */ }