std.v2020.algorithm etc[ WAS: Is run.d going to be expand for runtime and the phobos library?]

Paul Backus snarwin at gmail.com
Sat Jun 27 18:55:39 UTC 2020


On Saturday, 27 June 2020 at 17:30:54 UTC, Stanislav Blinov wrote:
>
> Thereby result of (input.tail == input.tail) is a coin flip? I 
> don't think that's a sensible design.

Equality is not part of the range interface (current or 
proposed), so there is no guarantee that comparing two ranges 
with `==` will give you a useful result.


More information about the Digitalmars-d mailing list