static L mapMethodLike dm_callAllModulesWithLibID(S moduleLibID, S method, O... args) { ret dm_callAll(dm_modulesWithLibID(moduleLibID), method, args); }