DestructorMethod

Use method from instance of type T to destroy a component of type Z

@safe
struct DestructorMethod (
string method
T
Z
Args...
) {}

Members

Variables

args
Args args;

List of arguments to pass to destructor method

Parameters

method

method used to destroy component of type Z

Meta