(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
A Vector is a sequence of values in a contiguous buffer that grows and shrinks automatically. It’s the most efficient sequential structure because a value’s index is a direct mapping to its index in the buffer, and the growth factor isn't bound to a specific multiple or exponent.
Ds\Vector::MIN_CAPACITY