All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

stchar Accessor

Summary

The accessor for simple text strings.

Package

lispworks

Signature

stchar string index => value

setf (stchar string index) value => value

Arguments
string
index
An index.
value
The character in string at index.
Values
value
The character in string at index.
Description

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.

See also

simple-text-string


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41