Type Alias KdIndexTree8

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

Aliased Typeยง

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