Interface InstanceDestructor

An interface for components that can destruct components of type T and deallocate them using provided allocator.

interface InstanceDestructor(T) ;

Methods

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