OptionalinitialThe initial capacity of the Vector.
0, unless initialLength is greater.
OptionalgrowthThis 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.
OptionalmaximumThe maximum capacity of the Vector. If set, the underlying ArrayBuffer will be resized in-place rather than reallocated.
The advanced options that can be used to control the construction with Vector.from or BigVector.from