type AsciiIndicesIter<'a> = Filter<AsciiWordBoundIter<'a>, fn(&(usize, &'a str)) -> bool>;
struct AsciiIndicesIter<'a> { /* private fields */ }