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

sbchar Accessor

Summary

The accessor for simple base strings.

Package

lispworks

Signature

sbchar string index => value

setf (sbchar string index) value => value

Arguments
string
index
An index.
value
Values
value
Description

The accessor sbchar accesses the character in string at index. It can only be used when string is a simple-base-string and can be optimized by the compiler.

See also

simple-base-string
char


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