Type Alias KdIndexTree

Source
pub type KdIndexTree<'a, T> = KdIndexTreeN<'a, T, <T as KdPoint>::Dim>;

Aliased Typeยง

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