Type Alias KdTree8

Source
pub type KdTree8<T> = KdTreeN<T, U8>;

Aliased Typeยง

struct KdTree8<T>(/* private fields */);