Type Alias KdSlice

Source
pub type KdSlice<T> = KdSliceN<T, <T as KdPoint>::Dim>;

Aliased Typeยง

struct KdSlice<T>(/* private fields */);