mach.d icon indicating copy to clipboard operation
mach.d copied to clipboard

Support an analog to phobos' transpose HOF

Open pineapplemachine opened this issue 9 years ago • 0 comments

Phobos provides a function which behaves very much like zip, except it works upon a range of ranges instead of a tuple of ranges. mach should have that, too.

https://dlang.org/phobos/std_range.html#.transposed

pineapplemachine avatar Sep 23 '16 15:09 pineapplemachine