// from is index of first character to return static ItIt reverseCharIterator(char[] s, int from, int n) { ret countIterator_exclusive_backwards(from, max(0, from-n), i -> s[i]); }