March 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).
March 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