chickadee » chicken » base » vector-resize

vector-resize VECTOR N #!optional INITprocedure

Creates and returns a new vector with the contents of VECTOR and length N. If N is greater than the original length of VECTOR, then all additional items are initialized to INIT. If INIT is not specified, the contents are initialized to some unspecified value.