- opBinary
typeof(this) opBinary(ElementType element)
typeof(this) opBinary(typeof(this) other)
- opIndex
inout(E[]) opIndex()
- opIndex
inout(E) opIndex(size_t idx)
- opIndex
typeof(this) opIndex(size_t[2] bounds)
const(typeof(this)) opIndex(size_t[2] bounds)
- opOpAssign
typeof(this) opOpAssign(ElementType element)
typeof(this) opOpAssign(typeof(this) other)
- opSlice
size_t[2] opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
- popBack
void popBack()
- popFront
void popFront()
Range primitives for a random access range.
- sbinCustomSerialize
void sbinCustomSerialize(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
- toJson
Json toJson()
A statically allocated array with up to maxElements elements.