[src]

std::str::AnyLines

type AnyLines<'a> = Map<'a, &'a str, &'a str, CharSplits<'a, char>>;

An iterator over the lines of a string, separated by either \n or (\r\n).