D - weak references?
- Hauke Duden (4/4) Oct 15 2003 Does D support weak references? I.e. references that have the following
- Walter (3/7) Oct 27 2003 Not at this point.
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 collectedNot at this point.
Oct 27 2003