callDestructors

Calls the destructor of the given object, if any.

Faster and convenient replacement for typeid(T).destroy(&t).

void
callDestructors
(
T
)
(
ref T t
)

Meta