Function ClassDBSingleton.isParentClass

Returns whether inherits is an ancestor of class or not.

bool isParentClass (
  const(String) _class,
  const(String) inherits
) nothrow @nogc const;