Type Alias KdTree5

Source
pub type KdTree5<T> = KdTreeN<T, U5>;

Aliased Typeยง

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