static IterableIterator allWordsOfAlphabet(fS alphabet) { ret LexicographicIterator(alphabet); }