staticMapReduce.staticMapReduce

Undocumented in source.
  1. alias staticMapReduce = map!(Args[0])
    template staticMapReduce(alias map, alias reduce, Args...)
    static if(Args.length == 1)
    alias staticMapReduce = map!(Args[0])
  2. alias staticMapReduce = reduce!(staticMapReduce!(map, reduce, Args[0]), staticMapReduce!(map, reduce, Args[1..$]))

Meta