On Tue, 01 Jul 2014 17:49:53 +0000, Gecko wrote:

> Hello,
> is there a fancy way do a zipWith (map with multiple ranges). There is
> no in std.algorithm, or does it have a different name?

There is a zip function in std.range.  It produces a range of tuples that 
you can then map over.

Reply via email to