digitalmars.D - [newb] template library?
- Neal Becker <ndbecker2 gmail.com> Mar 06 2007
- Sean Kelly <sean f4.ca> Mar 06 2007
Where would I learn about the D equivalent of the STL? I'm particularly interested in whether there is a template library that uses a range concept, similar to boost::range (because I really like it and heavily use it).
Mar 06 2007
Neal Becker wrote:Where would I learn about the D equivalent of the STL? I'm particularly interested in whether there is a template library that uses a range concept, similar to boost::range (because I really like it and heavily use it).
See my reply on d.D.learn. Sean
Mar 06 2007








Sean Kelly <sean f4.ca>