postProcess

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void postProcess(T arr)
    void
    postProcess
    (
    alias comp
    T
    )
    (
    T arr
    )
    if (
    (
    !is(T == double[]) &&
    !is(T == float[])
    )
    )
  2. void postProcess(F arr)

Meta