On 17 January 2015 at 07:41, Andrei Alexandrescu via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
> Please help us work the kinks out! Walter will be proceeding with the opt-in
> implementation for quicker pipelining.
>
> http://wiki.dlang.org/DIP25
>
>
> Andrei

So when handling ref-related edge cases, do we now have to handle 3
cases? not-ref, ref, and return-ref right?
How do I know if some argument is return-ref? I guess we'll need
another annoying __traits or something so I can pipe that information
into my mixins that deal with ref mess...

Reply via email to