Are iterators and ranges going to co-exist?
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Mon Jul 26 11:27:11 PDT 2010
Steven Schveighoffer wrote:
> No, SList is brand new, not much code has been written with it ;) You
> may object, but try using it and see how far it takes you. SList is
> like a normal singly linked-list but with all the power removed for
> safety reasons.
SList is intentionally defined as a run-of-the-mill list with no
"smarts". I'd be definitely interested in finding ways to make it more
powerful. What primitives do you have in mind?
Andrei
More information about the Digitalmars-d
mailing list