On Wednesday, 8 October 2014 at 21:34:54 UTC, anonymous wrote:

You can turn the tuples into ranges with `only`:

writef("%(%(%s %)\n%)", zip(indexes, source).map!(t =>
only(t.expand)));

That works for me, thanks.

By the way my compiler is DMD 2.066.0

Reply via email to