List.capacity

List element capacity, which is the backing array's length.

struct List(T, long N = -1)
@nogc pure @property const @safe nothrow
size_t
capacity
()

Meta