CList.addNew

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T2 addNew(P par)
    class CList(T)
    static if(is(T == class) || is(T == interface))
    T2
    addNew
    (
    T2 = T
    P...
    )
    (
    P par
    )
  2. T* addNew()

Meta