static L filesWithAnyExtension(Cl extensions, L files) { ret filesEndingWithAny(files, map(ext -> addPrefixIfNotEmpty2(".", ext), extensions)); }