simple-base-string, base-string, simple-string, string, vector, simple-array, array, sequence, t
The type simple-base-string is equivalent to (simple-array base-char (*))
.
Abbreviating.
simple-base-string [size]
This is equivalent to the type (simple-array base-char (size))
; that is, the set of simple base strings of size size.
\issue{CHARACTER-VS-CHAR:LESS-INCONSISTENT-SHORT} \issue{JUN90-TRIVIAL-ISSUES:24} \issue{ARRAY-DIMENSION-IMPLICATIONS:ALL-FIXNUM}