static bool nuLike isConceptClassIndexed(Class c, O... params) { ret isConceptClassIndexed(db_mainConcepts(), c, params); } static bool isConceptClassIndexed(Concepts concepts, Class c) { ret concepts.conceptCounterForClass(c) != null; }