DList.remove

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void remove(DListNode!(T)* node)
  2. DList!(T) remove(DListNode!(T)* from, DListNode!(T)* to)
    class DList(T)
    DList!(T)
    remove
  3. DList!(T) remove(DListIterator!(T) from, DListIterator!(T) to)

Meta