Type Definition kd_tree::KdIndexTree

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