DList.insertListAfter

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

Meta