Type Alias KdIndexTree1

Source
pub type KdIndexTree1<'a, T> = KdIndexTreeN<'a, T, U1>;

Aliased Typeยง

struct KdIndexTree1<'a, T> { /* private fields */ }