static O dm_findMateOfType(DynModule searcher, type) { ret dm_findMateOfType(type); } static O dm_findMateOfType(S type) { ret callCreator('findDynModuleOfType, type); }