BitView

Type Alias BitView 

Source
pub type BitView<'a> = BitView<'a, N_BYTES>;
Expand description

A view over a fixed-size N-bit vector used in Vortex pipeline execution.

Aliased Typeยง

pub struct BitView<'a> { /* private fields */ }