Alias DestructorDeleterType

Similiar to DestructorType but returns destructor attributes of type Deleter and attributes necessary to call variable of type Deleter with parameter of type T.

alias DestructorDeleterType(T, Deleter) = typeof(&impl!());