static L filesStartingWithLetter(Iterable l) { ret [File f : unnull(l) | startsWithLetter(fileName(f))]; }