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)
    class CList(T)
    find
    (
    bool delegate
    (
    T
    )
    sd
    )
  2. T2 find(bool delegate(T2) sd)

Meta