Appender.capacity

struct Appender(A)
@property const
size_t
capacity
()

Return Value

Type: size_t

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

Meta