On Friday, 28 February 2014 at 05:59:23 UTC, Mike wrote:
On Friday, 28 February 2014 at 05:46:03 UTC, evilrat wrote:that finalize i guess is for finalizing objects. but destroy itself is deprecated. use clear() to do this instead.I believe delete() and clear() are deprecated and destroy() is the correct method. I recently read it somewhere, I'll try to find it.
Here it is: https://github.com/D-Programming-Language/dlang.org/pull/156
