Ryan via Digitalmars-d Wed, 23 Nov 2016 08:06:06 -0800
auto m = (&r).map!(a=>1); ...? (Untested, but I think it should work.)
auto m = (&r).map!(a=>1);
...? (Untested, but I think it should work.)
Tested, works with 2.071.1