|
Allegro CL |
ANSI Common Lisp 15 Arrays 15.1 Array Concepts 15.1.2 Specialized Arrays
15.1.2.2 Required Kinds of Specialized ArraysVectors whose elements are restricted to type character or a subtype of character are called strings. Strings are of type string. The next figure lists some defined names related to strings.Strings are specialized arrays and might logically have been included in this chapter. However, for purposes of readability most information about strings does not appear in this chapter; see instead Chapter 16 Strings.
Vectors whose elements are restricted to type bit are called bit vectors. Bit vectors are of type bit-vector. The next figure lists some defined names for operations on bit arrays.
|