pub type SubstringsInRange<'a> = Substrings<'a, SliceIter<'a>>;
struct SubstringsInRange<'a>(/* private fields */);