reduce.reduce

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto reduce(S seed, Slices slices)
  2. auto reduce(S seed, Slices slices)
    template reduce(alias fun)
    version(Mir_disable_inlining_in_reduce)
    @optmath
    static if(!(__traits(isSame, naryFun!fun, fun) && !Mir_disable_inlining_in_reduce))
    @optmath
    reduce
    (
    S
    Slices...
    )
    (,
    scope Slices slices
    )
    if (
    Slices.length
    )
  3. alias reduce = .reduce!(naryFun!fun)

Meta