AppenderNoGCFixed.capacity

Returns the capacity of the array (the maximum number of elements the managed array can accommodate before triggering a reallocation). If any appending will reallocate, capacity returns 0.

struct AppenderNoGCFixed(A : T[], T)
@nogc @property
size_t
capacity
const @safe pure nothrow
(
)

Meta