auto ref function parameters in a free function

Martijn Pot via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 3 13:10:38 PDT 2014


On Sunday, 3 August 2014 at 19:25:32 UTC, Vlad Levenfeld wrote:
> This would make the function always take its argument by 
> reference. I'm trying to use the feature here:
>
> http://dlang.org/template.html
>
> from the section Function Templates with Auto Ref Parameters

I thought I finally saw a question I could (help) answer...

What is the benefit of 'auto ref' over 'in' as you are changing a 
nor b?



More information about the Digitalmars-d-learn mailing list