Optional
initialThe initial capacity of the Vector.
0
, unless initialLength is greater.
Optional
growthThis method is called when the Vector needs to be resized to determine how much more memory should be allocated. The default behavior is to grow by a rate of 1.5.
The advanced options that can be used to control the construction with Vector.from or BigVector.from