chickadee » dyn-vector » dynvector-set!

dynvector-set!procedure

If the index i is greater than the current size of the vector, the vector size is increased to max(2*N,i+1) and the new element is then inserted in the vector.