and only resort to __delete when destroy, object wouldn't be a feasible option.
Parameters
x | aggregate object that should be destroyed |
See Also
History
delete keyword allowed to free GC-allocated memory.
As this is inherently not @safe, it has been deprecated. This function has been added to provide an easy transition from delete. It performs the same functionality as the former delete keyword.