The base string types.
common-lisp
base-string &optional size
simple-base-string &optional size
size⇩ |
The length of the string (or * , meaning any). |
base-string
and simple-base-string
are the types of base strings and simple base strings respectively.
If size is supplied, then it constrains the length of the string to that number of elements.
base-string in the Common Lisp HyperSpec
simple-base-string in the Common Lisp HyperSpec
bmp-string
text-string
26.3 Character and String types
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30