"Jacob Carlborg" <d...@me.com> wrote in message news:jthlpf$2pnb$1...@digitalmars.com... > > Can't "map" and "filter" return a random-access range if that's what they > receive? > map can, and does. filter cannot, because it doesn't know which element is number 4 until it knows if element 3 is included or not.
- Re: Why is std.algorithm so complicated to us... Andrei Alexandrescu
- Re: Why is std.algorithm so complicated to us... Christophe Travert
- Re: Why is std.algorithm so complicated to us... Jonathan M Davis
- Re: Why is std.algorithm so complicated to use? Jacob Carlborg
- Re: Why is std.algorithm so complicated to us... Christophe Travert
- Re: Why is std.algorithm so complicated to us... Christophe Travert
- Re: Why is std.algorithm so complicated to us... Jacob Carlborg
- Re: Why is std.algorithm so complicated to use? Andrei Alexandrescu
- Re: Why is std.algorithm so complicated to use? Jacob Carlborg
- Re: Why is std.algorithm so complicated to us... Timon Gehr
- Re: Why is std.algorithm so complicated to us... Daniel Murphy
- Re: Why is std.algorithm so complicated to us... Jacob Carlborg
- Re: Why is std.algorithm so complicated to us... Christophe Travert
- Re: Why is std.algorithm so complicated to us... Daniel Murphy
- Re: Why is std.algorithm so complicated to us... Jacob Carlborg
- Re: Why is std.algorithm so complicated to us... Andrei Alexandrescu
- Re: Why is std.algorithm so complicated to use? Dmitry Olshansky
- Re: Why is std.algorithm so complicated to use? Andrei Alexandrescu
- Re: Why is std.algorithm so complicated to use? Don Clugston
- Re: Why is std.algorithm so complicated to us... Timon Gehr
- Re: Why is std.algorithm so complicated to us... Jonathan M Davis