Enum member isDestructorMethod

Check if T is instance of DestructorMethod

enum isDestructorMethod(T) = is(T) && is(T == DefaultDestructor);
enum isDestructorMethod(alias T) = is(typeof(T));