Function: COMMON-LISP:MAKE-SEQUENCE

package type clhs github

Return a sequence of the given RESULT-TYPE and LENGTH, with elements initialized to INITIAL-ELEMENT.

Lambda list

(sb-impl::result-type length &key sb-impl::initial-element)