- 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.
TODO: move this to the mored repo
An array type that uses a custom type for the length.