On Tuesday, 21 April 2015 at 19:53:47 UTC, ketmar wrote:
here's the interesting oversight for isInputRange: https://issues.dlang.org/show_bug.cgi?id=14478so be careful: ranges with non-copyable elements aren't input ranges fornow. ;-)
The problem with allowing the inability to copy elements to be an input range is that you must then preven an algorithm from copying the range elements, how do you do that without preventing input ranges from having copyable elements?
