Array.capacity

Returns the number of items the array could store, given its current buffer allocation.

struct Array(T)
@property const
size_t
capacity
()

Meta