Vec

Undocumented in source.

Members

Functions

add
void add(T _i)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
customDeserialize
void customDeserialize(Serializer s, JSONValue j)
Undocumented in source. Be warned that the author may not have intended to support it.
customSerialize
JSONValue customSerialize(Serializer s)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
opApplyReverse
int opApplyReverse(int delegate(ref T) operations)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

array
inout(T)[] array [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e
T[INTEGRAL_VEC_SIZE] e;
Undocumented in source.
i
uint i;
Undocumented in source.
isIterating
uint isIterating;
Undocumented in source.
n
uint n;
Undocumented in source.
v
T* v;
Undocumented in source.

Meta