Function
make-sequence function allowing it to take any type specifier. common-lisp
make-sequence result-type size &key initial-element => sequence
A type specifier.
A non-negative integer.
An object.
A sequence.
make-sequence function has been extended to take any Common Lisp type. The sequence will be of type result-type unless this is not possible, in which case atype-error is signalled. concatenatemapmerge