[src]

std::str::RevCharSplits

type RevCharSplits<'a, Sep> = Rev<CharSplits<'a, Sep>>;

An iterator over the substrings of a string, separated by sep, starting from the back of the string.