ClassDBSingleton.classHasIntegerConstant

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

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

Meta