- append
typeof(this) append(T elem)
- append
typeof(this) append(V[] array)
- concat
SmallArray concat(V[] array)
- empty
bool empty()
- length
size_t length()
- opAssign
typeof(this) opAssign(typeof(null) )
typeof(this) opAssign(V[] array)
typeof(this) opAssign(SmallArray rhs)
typeof(this) opAssign(SmallArray!(T, n) rhs)
- opCmp
auto opCmp(SmallArray!(T, rhsMaxLength) array)
auto opCmp(V[] array)
Comparisons operator overloads
- opEquals
bool opEquals(SmallArray rhs)
bool opEquals(V[] array)
bool opEquals(SmallArray!(T, rhsMaxLength) array)
Comparisons operator overloads
- opIndex
inout(T)[] opIndex()
Returns an scope common array.
- opIndex
inout(T) opIndex(size_t index)
- toHash
size_t toHash()
- trustedAppend
void trustedAppend(T elem)
- trustedAssign
void trustedAssign(V[] array)