Finalize GC memory

bearophile bearophileHUGS at lycos.com
Tue Jun 18 02:16:04 PDT 2013


Namespace:

> Here my new version:
> ----
> void Delete(T)(ref T var) if (isAssignable!(T, typeof(null)) && 
> !isStaticArray!T) {
> ...
> ----
>
> That should fulfill all wishes. :)

Its name should start with a lowercase, according to the D style.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list