constexpr

Allocates T in the data segment when T is a dynamic array, this is used identically to T normally.

Remarks: Does not provide an initializer, must reserve initially.

Members

Functions

back
U back()
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.
front
U front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
auto opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
T opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
U opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
U opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
U opOpAssign(U val)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto ref opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
opSliceAssign
void opSliceAssign(T slice, size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
const(U)* ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta