[src]

std::str::RevChars

type RevChars<'a> = Rev<Chars<'a>>;

External iterator for a string's characters in reverse order. Use with the std::iter module.