MmapArray.reserve

Pre-allocate enough memory for at least numElements to be appended to the array.

struct MmapArray(T, bool shrink = false)
@trusted @nogc
void
reserve
()

Meta