How to delete element from array container or dlist?

Andrey Kabylin andrey at kabylin.ru
Sun Mar 18 14:58:52 UTC 2018


In DList we have method remove, but I can't understand how this 
method works, I want write somethink like this:
> void unsubscribe(EventsSubscriber subscriber) {
>     subscribers.remove(subscriber);
> }



More information about the Digitalmars-d-learn mailing list