ranges icon indicating copy to clipboard operation
ranges copied to clipboard

`basic_iterator` should support output iterators

Open TartanLlama opened this issue 4 years ago • 0 comments

basic_iterator currently only supports input+ iterators. It can be made to support output iterators by returning a proxy reference from operator*.

TartanLlama avatar May 21 '21 11:05 TartanLlama