PagedDynamicArray

struct PagedDynamicArray (
T
) {
@safe nothrow @nogc
enum PAGESIZE;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

capacity
void capacity(size_t newCapacity)

Set capacity to newCapacity.

length
void length(size_t newLength)

Set length to newLength.

Meta