On Wed, 27 Jun 2012 05:37:00 -0400, Minas Mina <minas_mina1...@hotmail.co.uk> wrote:

How can I do that?

Why not list.remove(x); like in STL?

SList is quite unusable.

If you are looking for STL-like containers, there is dcollections which has a doubly-linked list, and supports syntax like you want.

http://www.dsource.org/projects/dcollections

-Steve

Reply via email to