LispWorks User Guide and Reference Manual > 40 The SYSTEM Package

NextPrevUpTopContentsIndex

simple-augmented-string

Type
Summary

The simple augmented string type.

Package

system

Signature

simple-augmented-string length

Arguments

length

The length of the string (or * , meaning any).

Description

This is the simple version of augmented-string , that is, the string itself is simple. Equivalent to:

(simple-vector character length )
See also

augmented-string


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex