DestructDecoratorMixin.destruct

Destructs a component of type T.

mixintemplate DestructDecoratorMixin(T : Factory!Z, Z)
@safe
void
destruct
(
ref Z component
)

Parameters

component Z

component that is to ve destroyed.

Meta