pub type QueryMut<'a, const NBITS: usize, Perm> = VectorMut<'a, NBITS, Unsigned, QueryMeta, Perm>;Expand description
A mutable reference-like version of Query.
Aliased Typeยง
pub struct QueryMut<'a, const NBITS: usize, Perm> { /* private fields */ }