InstanceDestructor.destruct

Destruct a component of type T and deallocate it using stored allocator.

interface InstanceDestructor(T)
@safe
void
destruct
()

Parameters

destructable T

element to be destructed and deallocated using stored allocator

Meta