Type Alias KdIndexTree4

Source
pub type KdIndexTree4<'a, T> = KdIndexTreeN<'a, T, U4>;

Aliased Typeยง

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