ICollection

Undocumented in source.

Members

Aliases

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

Functions

add
void add(T item)
Undocumented in source.
length
size_t length()
Undocumented in source.
onRemove
void onRemove(void function(T) )
Undocumented in source.
onRemove
void onRemove(void delegate(T) )
Undocumented in source.
opApply
int opApply(int delegate(T) dg)
Undocumented in source.
opApply
int opApply(int delegate(ulong, T) dg)
Undocumented in source.
opBinaryRight
auto opBinaryRight(idType id)
Undocumented in source.
opIndex
T opIndex(string index)
Undocumented in source.
remove
void remove(idType id)
Undocumented in source.
save
ICollection!T save()
Undocumented in source.

Properties

empty
bool empty [@property getter]
Undocumented in source.

Meta