html5gum icon indicating copy to clipboard operation
html5gum copied to clipboard

impl Reader for character iterators

Open untitaker opened this issue 2 years ago • 0 comments

It should be possible to implement Reader for all T where T: Iterator<Item = char>. This will need some extra allocations for lookahead though.

untitaker avatar Nov 24 '21 20:11 untitaker