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

Reply via email to