postProcess

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

Meta