Type Alias KdIndexTree3

Source
pub type KdIndexTree3<'a, T> = KdIndexTreeN<'a, T, U3>;

Aliased Typeยง

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