reduce.reduce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ReturnTypeOf!(Func) reduce(Array array, Func func)
    template reduce(Array, Func)
    version(!TangoDoc)
    reduce
    (
    Array array
    ,
    Func func
    )
  2. Elem reduce(Elem[] array, Reduce2E func)

Meta