The best way to store a structure by reference

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Nov 27 01:53:36 PST 2015


On 11/27/2015 12:38 AM, drug wrote:
> I need to store a struct like a reference type. Now I use pointer for
> this, is it the best D way? This pointer is private and access to it is
> safe, but it's just unusual for me to see pointers in D code.

Agreed but that's the only way.

Ali



More information about the Digitalmars-d-learn mailing list