static IterableIterator ngrams(int n, fS s) { ret ngrams_iterator(n, s); }