isDestructorMethod

Check if T is instance of DestructorMethod

  1. enum bool isDestructorMethod(T);
    @safe
    enum bool isDestructorMethod(T);
  2. enum bool isDestructorMethod(alias T);

Meta