On 11/02/2018 1:13 PM, Dukc wrote:


Out of interest will each! work here as well?

in the form:

import std.algorithm, std.range;
iota(5, 15).map!(x => x*2).each!(num => printf("%d ", num));

...it does.

:)

Reply via email to