reduceTo

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

Meta