static L dm_modulesWithClassNameEndingIn(fS suffix) { ret [O m : dm_listModules() | endsWith(className(m), suffix)]; }