Macro With-Temp-Vector

Part of:

package cl-mathstats
( with-temp-vector (temp min-size) &body < forms > )

Binds temp&#39; to a vector of length at least min-size.' It's a vector of
pointers and has a fill-pointer, initialized to `min-size.'