The 16 bit string type.
lispworks
16-bit-string &optional length
length⇩ |
The length of the string (or * , meaning any, which is the default). |
Instances of the type 16-bit-string
are strings that can hold simple chars of codes 0…65533. This is the string type that is guaranteed to always take 16 bits per element.
If length is not *
, then it constrains the length of the string to that number of elements.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41