DList.insertListBefore

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

Meta