pub type FullQuery<A = GlobalAllocator> = PolySlice<f32, FullQueryMeta, A>;Expand description
A full precision query.
See: slice::Slice.
Aliased Typeยง
pub struct FullQuery<A = GlobalAllocator> { /* private fields */ }pub type FullQuery<A = GlobalAllocator> = PolySlice<f32, FullQueryMeta, A>;A full precision query.
See: slice::Slice.
pub struct FullQuery<A = GlobalAllocator> { /* private fields */ }