auto ref function parameters in a free function

Vlad Levenfeld via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 3 12:25:30 PDT 2014


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


More information about the Digitalmars-d-learn mailing list