Type Alias kd_tree::KdIndexTree8

source ·
pub type KdIndexTree8<'a, T> = KdIndexTreeN<'a, T, U8>;

Aliased Type§

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