Next Prev Up Top Contents Index

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 Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index