On 12/28/2013 2:07 AM, FreeSlave wrote:
[...]
If you want to get result just now, then use 'array' function from
std.array module.

map!fun(range).array;

or

array(map!fun(range));

Syntactically compact and slightly better expression of intent, but much less efficient than just calling reduce().

Dave

Reply via email to