Type Alias kd_tree::KdIndexTree

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

Aliased Type§

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