Function: COMMON-LISP:STRING

package type clhs github

Coerces X into a string. If X is a string, X is returned. If X is a symbol, its name is returned. If X is a character then a one element string containing that character is returned. If X cannot be coerced into a string, an error occurs.

Lambda list

(sb-impl::x)