- "Jonathan M Davis" wrote: >I keep >thinking that I should write one (since no one else has AFAIX), but I haven't >gotten around to it.
If such a guide exists that would be a great help for me :). -"Lutger Blijdestijn" wrote: >The docs and sourcecode of std.range and std.algorithm is most relevant >though, and this newsgroup or .learn for discussion and questions. To be honest I didn't understand most of the things in the std.container at first. But after half-reading( could read only till the 11th page :s) Andrei's article on ranges and by taking a look at iterators in C++ I think I'll be able to do something :). In these days my main focus is to grasp the concept of Ranges properly.
