Type Alias KdTree2

Source
pub type KdTree2<T> = KdTreeN<T, U2>;

Aliased Typeยง

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