ClassDBSingleton.classHasIntegerConstant

Returns whether class or its ancestry has an integer constant called name or not.

struct ClassDBSingleton
@nogc nothrow const
bool
classHasIntegerConstant
(
in String _class
,
in String name
)

Meta