pub type QueryRef<'a, const NBITS: usize, Perm> = VectorRef<'a, NBITS, Unsigned, QueryMeta, Perm>;
A reference-like version of Query.
Query
pub struct QueryRef<'a, const NBITS: usize, Perm> { /* private fields */ }