List.capacity

Returns the current capacity of the list. This capacity is not the maximum that the DList can obtain, it only indicates the current availability without allocating further memory

interface List(T)
size_t
capacity
@nogc
(
)

Return Value

Type: size_t

the capacity of the array

Meta