PagedDynamicArray

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

insertBack
void insertBack(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t idx)
Undocumented in source.
opSlice
inout(T)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(T)[] opSlice(size_t a, size_t b)
Undocumented in source.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
inout(T)* ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t idx)
Undocumented in source.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

PAGESIZE
enum PAGESIZE;
Undocumented in source.

Properties

back
inout(T) back [@property getter]
Undocumented in source.
capacity
size_t capacity [@property setter]

Set capacity to newCapacity.

capacityInBytes
size_t capacityInBytes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(T) front [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]

Set length to newLength.

Meta