KDNode.build

Undocumented in source. Be warned that the author may not have intended to support it.
  1. KDNode!(k, T)* build(T[k][] points)
  2. KDNode!(k, T)* build(KDPoint!(k, T)[] points, size_t depth)
    struct KDNode(size_t k, T)
    static
    KDNode!(k, T)*
    build
    (
    KDPoint!(k, T)[] points
    ,
    size_t depth = 0
    )
    if (
    k > 0
    )

Meta