reduce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T reduce(T[] list, T delegate(T a, T b) dg)
  2. T reduce(T[] list, T init, T delegate(T a, T b) dg)
    T
    reduce
    (
    T
    )
    (
    T[] list
    ,,
    T delegate
    (
    T a
    ,
    T b
    )
    dg
    )
  3. T reduce(T[] list)
  4. T reduce(T[] list, T init)

Meta