DArray.this

Constructs a DArray and reserves space for n elements.

struct DArray(E)
this
(
size_t n = 0
)

Meta