static Set wordsStartingWithLetterAsCISet(S s) { ret asCISet(startingWithLetter(words(s))); }