The search functionality needs JavaScript enabled
size_t capacity() const @property;
How many elements the array can contain without reallocating.
auto v = Array!int(4); assert(v.capacity == 4);