Skip to main content

FullQuery

Type Alias FullQuery 

Source
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 */ }