Type Alias KdTree3

Source
pub type KdTree3<T> = KdTreeN<T, U3>;

Aliased Typeยง

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