ClassDBSingleton.isParentClass

Returns whether 'inherits' is an ancestor of 'class' or not.

struct ClassDBSingleton
@nogc nothrow const
bool
isParentClass
(
StringArg0
StringArg1
)
(
in StringArg0 _class
,
in StringArg1 inherits
)

Meta