Koroskin Denis Wrote: > There already exists a map function in D2, see std.algorithm > (http://www.digitalmars.com/d/2.0/phobos/std_algorithm.html), take a loop > at it. Standard map works only with string mixin (not with the delegate) and multiple arrays it concatenates into 1. So std map mixin 1-argument function.