Type Alias KdIndexTree2

Source
pub type KdIndexTree2<'a, T> = KdIndexTreeN<'a, T, U2>;

Aliased Typeยง

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