Type Alias KdTree4

Source
pub type KdTree4<T> = KdTreeN<T, U4>;

Aliased Typeยง

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