LockedVector

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(T[] t)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
removeElement
void removeElement(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.
vectorCopy
Vector!T vectorCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
vectorCopyWithReset
Vector!T vectorCopyWithReset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
Vector!T array;
Undocumented in source.

Meta