The accessor for simple text strings.
lispworks
stchar string index => value
setf (stchar string index) value => value
string⇩ | |
index⇩ |
An index. |
value |
The character in string at index. |
value |
The character in string at index. |
The accessor stchar
accesses the character in string at index. It can only be used when string is a simple-text-string and can be optimized by the compiler.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41