reduceEx.reduceEx

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref reduceEx(R r, E e)
    template reduceEx(f...)
    ref
    reduceEx
    (
    R
    E
    )
    (
    auto ref R r
    ,
    auto ref E e
    )
    if (
    is(typeof(std.algorithm.reduce!f(forward!e, forward!r)))
    )
    if (
    f.length >= 1
    )
  2. auto ref reduceEx(R r)

Meta