make-vector

make-vector : (number X -> (vectorof X))

purpose:
to construct a vector


Advanced Student Language