D - weak references?
- "Hauke Duden" <H.NS.Duden gmx.net> Oct 15 2003
- "Walter" <walter digitalmars.com> Oct 27 2003
Does D support weak references? I.e. references that have the following properties: - they do not prevent an object from being garbage-collected - they are automatically set to null when the object is being collected
Oct 15 2003
"Hauke Duden" <H.NS.Duden gmx.net> wrote in message news:bmk1ke$jmn$1 digitaldaemon.com...Does D support weak references? I.e. references that have the following properties: - they do not prevent an object from being garbage-collected - they are automatically set to null when the object is being collected
Not at this point.
Oct 27 2003








"Walter" <walter digitalmars.com>