Collection

Undocumented in source.

Constructors

this
this(T[] list)
Undocumented in source.

Members

Aliases

idType
alias idType = typeof(T.id)
Undocumented in source.

Functions

add
void add(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove(void function(T) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove(void delegate(T) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ulong, T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(idType id)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(idType id)
Undocumented in source. Be warned that the author may not have intended to support it.
save
ICollection!T save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

list
T[] list;
Undocumented in source.

Meta