PagedDynamicArray
struct PagedDynamicArray (
) {
@safe nothrow @nogc
enum PAGESIZE;
}
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
- capacity
void capacity(size_t newCapacity)
Set capacity to newCapacity.
- length
void length(size_t newLength)