Type Alias KdTree

Source
pub type KdTree<T> = KdTreeN<T, <T as KdPoint>::Dim>;

Aliased Typeยง

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