Type Alias kd_tree::KdIndexTree4

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

Aliased Type§

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