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)
    struct KDNode(size_t k, T)
    static
    KDNode!(k, T)*
    build
    (
    T[k][] points...
    )
    if (
    k > 0
    )
  2. KDNode!(k, T)* build(KDPoint!(k, T)[] points, size_t depth)

Meta