Finalize GC memory
Namespace
rswhite4 at googlemail.com
Tue Jun 18 02:17:56 PDT 2013
On Tuesday, 18 June 2013 at 09:16:05 UTC, bearophile wrote:
> 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
Maybe, but 'delete' is already a keyword and 'destroy' already
exists.
More information about the Digitalmars-d-learn
mailing list