LengthArray

TODO: move this to the mored repo

An array type that uses a custom type for the length.

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
nullify
void nullify()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T element) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(SizeType index, ref T element) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
SizeType opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(SizeType index)
Undocumented in source.
opIndex
auto ref opIndex(size_t index)
Undocumented in source.
opSlice
auto ref opSlice(SizeType start, SizeType limit)
Undocumented in source.

Properties

asArray
auto asArray [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
last
auto ref last [@property getter]
Undocumented in source.
nullValue
typeof(this) nullValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

length
SizeType length;
Undocumented in source.
ptr
T* ptr;
Undocumented in source.

Meta