chickadee » data-generators » gen-vector-of

(gen-vector-of gen #!optional (size (gen-current-default-size)))procedure

Generator for a vector where each element is generated with the given generator gen. The size parameter specifies the size of the vector that is generated. It is expected to be a thunk that returns the size as a fixnum. See with-size for a more convenient way to adjust this.