- 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.