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
antropod via Digitalmars-d-learn Wed, 08 Oct 2014 15:16:23 -0700
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