Skip to main content

QueryRef

Type Alias QueryRef 

Source
pub type QueryRef<'a, const NBITS: usize, Perm> = VectorRef<'a, NBITS, Unsigned, QueryMeta, Perm>;
Expand description

A reference-like version of Query.

Aliased Typeยง

pub struct QueryRef<'a, const NBITS: usize, Perm> { /* private fields */ }