Function ClassDBSingleton.classHasIntegerConstant

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

bool classHasIntegerConstant (
  const(String) _class,
  const(String) name
) nothrow @nogc const;