Is the address-of operator (&) really needed?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Jun 1 13:02:45 PDT 2012


On 6/1/12, Sandeep Datta <datta.sandeep at gmail.com> wrote:
> Please see
> http://forum.dlang.org/post/ycwrmmvnpdwkonjwogax@forum.dlang.org

Also "&this" is required when interfacing with C struct methods, since
they might have side-effects.


More information about the Digitalmars-d mailing list