Range Redesign: Copy Semantics

monkyyy crazymonkyyy at gmail.com
Wed Jan 24 15:41:41 UTC 2024


On Tuesday, 23 January 2024 at 00:57:49 UTC, Paul Backus wrote:
> 
>     $ grep 'isForwardRange' std/algorithm/*.d | wc -l
>     141
>     $ grep 'isBidirectionalRange' std/algorithm/*.d | wc -l
>     42
>     $ grep 'isRandomAccessRange' std/algorithm/*.d | wc -l
>     62
>
> So, I would say that your hypothesis is not supported by the 
> data, in this case.

Oh, I hope someone pays attension and makes arrays more important 
then doubly linked lists


More information about the Digitalmars-d mailing list