CList.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(T) dg)
  2. int opApply(int delegate(ref LinkedListIterator!T, T) dg)
  3. int opApply(int delegate(T*) dg)
  4. int opApply(int delegate(ref LinkedListIterator!T, T*) dg)
    class CList(T)
    const
    static if(!(is(T == class) || is(T == interface)))
    static if(__traits(hasMember, T, "tupleof"))
    int
    opApply
    (
    int delegate dg
    )
  5. int opApply(int delegate(const T) dg)
  6. int opApply(int delegate(ref LinkedListIterator!T, const T) dg)

Meta