Function Factory.destruct

Destructs a component of type T.

void destruct (
  ref T component
);

Parameters

NameDescription
component component that is to ve destroyed.