3 commits changing LineReader:
- Avoid the duplicate check for
\nhappening insideRemoveSuffixView(). #35182 (review) - Use
string_viewinternally rather than 2span::iterators. - Stop accepting
span<byte>inputs since internally and as outputs we treat them as strings.
Found while reviewing #35182.