destructorMethod

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

  1. struct DestructorMethod(string method, T, Z, Args...)
  2. CallbackDestructor destructorMethod()
    @safe
    destructorMethod
    (
    string method
    T
    Z
    Args...
    )
    ()

Parameters

method

method used to destroy component of type Z

Meta