On 2012-07-09 23:00, Timon Gehr wrote:
Actually you need a random-access range with assignable elements. Map would need to be provided with an inverse mapping to support that.zip has assignable elements when the source ranges do.
Are you saying I can't sort a range that comes from "map"? To me it seems like std.algorithm and ranges are a complete failure.
-- /Jacob Carlborg