On 2012-07-10 18:42, Daniel Murphy wrote:
"Jacob Carlborg" <[email protected]> wrote in message news:[email protected]...Can't "map" and "filter" return a random-access range if that's what they receive?map can, and does.
It doesn't seem to: auto a = [3, 4].map!(x => x); auto b = a.sort; Result in one of the original errors I started this thread with. -- /Jacob Carlborg
