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 const @safe pure nothrow
size_t
capacity
()

Meta