Collection

Undocumented in source.

Members

Functions

add
int add(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
find
int find(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref int, ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAt
void removeAt(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
int length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta