Function: COMMON-LISP:MAKE-STRING

package type clhs github

Given a character count and an optional fill character, makes and returns a new string COUNT long filled with the fill character.

Lambda list

(count &key sb-impl::element-type (:initial-element sb-impl::fill-char))