IContainer

Generic container

Members

Functions

check
IContainer check()
Undocumented in source.
clear
IContainer clear()
Undocumented in source.
contains
bool contains(V value)
Undocumented in source.
dup
IContainer dup()
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
opApply
int opApply(int delegate(ref V value) dg)
Undocumented in source.
remove
size_t remove(V element, bool all)
Undocumented in source.
replace
size_t replace(V oldElement, V newElement, bool all)
Undocumented in source.
reset
IContainer reset()
Undocumented in source.
size
size_t size()
Undocumented in source.
take
bool take(V element)
Undocumented in source.
toArray
V[] toArray(V[] dst)
Undocumented in source.

Meta