Function FlatMap.capacity

Returns the size of the storage space currently allocated for the container.

size_t capacity() const pure nothrow @nogc @property scope @trusted;

More

btl.vector.Vector.capacity