CList.find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. LinkedListPointer!T find(bool delegate(T) sd)
  2. T2 find(bool delegate(T2) sd)
    class CList(T)
    T2
    find
    (
    T2
    )
    (
    bool delegate
    (
    T2
    )
    sd
    )
    if (
    is(T2 == class)
    )

Meta