DList.insertAfter

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

Meta