static O dm_moduleWithClassNameEndingIn(fS suffix) { for (O m : dm_listModules()) if (endsWith(className(m), suffix)) ret m; null; }