Type Alias KdTree1

Source
pub type KdTree1<T> = KdTreeN<T, U1>;

Aliased Typeยง

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