Type Alias kd_tree::KdSlice1

source ·
pub type KdSlice1<T> = KdSliceN<T, U1>;

Aliased Type§

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