Should out/ref parameters require the caller to specify out/ref like in C#?
ketmar via Digitalmars-d
digitalmars-d at puremagic.com
Sun May 28 15:26:16 PDT 2017
Stefan Koch wrote:
> Personally I stay away from ref precisely because of it's silent caller
> syntax.
same here. i prefer to use pointers instead, 'cause they are visible at the
calling site.
More information about the Digitalmars-d
mailing list