EmptyList

Members

Functions

add
bool add(E e)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(E obj)
Undocumented in source. Be warned that the author may not have intended to support it.
get
E get(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(E o)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(E o)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref E) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(E o)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
E removeAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
E[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
T[] toArray(T[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta