RefAppender.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 RefAppender(A)
@property const
size_t
capacity
()

Meta