reduce

Undocumented in source.
  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)

Members

Functions

reduce
ReturnTypeOf!(Func) reduce(Array array, Func func)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta