InvertedArray

Undocumented in source.

Members

Functions

back
T back()
Undocumented in source. Be warned that the author may not have intended to support it.
capacity
uint capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
InvertedArray!T dup(ArrayArena arena)
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.
free
void free(ArrayArena arena)
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
uint opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
auto opSlice()
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.
put
void put(ArrayArena arena, T item)
Undocumented in source. Be warned that the author may not have intended to support it.
putAt
void putAt(ArrayArena arena, size_t at, T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
removeByShift
void removeByShift(size_t at, size_t numToRemove)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceAt
void replaceAt(ArrayArena arena, size_t at, size_t numItemsToRemove, A itemsToInsert)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(ArrayArena arena, uint howMany)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
unput
void unput(size_t numItems)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
Array!(T) array;
Undocumented in source.

Meta