removing element from DList

Jack Applegame japplegame at gmail.com
Mon Nov 5 08:41:15 PST 2012


How to get range for single just inserted element?

DList!int list;
...
list.insertBack(5);
auto r = ??? // get range for single last element
...
list.insertBack(something);
...
list.remove(r);


More information about the Digitalmars-d-learn mailing list