sbool isSubclassOfAny(Class a, Cl> b) { ret any(b, x -> isSubclass(a, x)); }