static L filesWithExtension(S ext, L files) { ret filesEndingWith(files, addPrefixIfNotEmpty2(".", ext)); }