|
Allegro CL |
ANSI Common Lisp 16 Strings 16.1 String Concepts
16.1.2 Subtypes of STRINGAll functions that operate on strings will operate on subtypes of string as well.However, the consequences are undefined if a character is inserted into a string for which the element type of the string does not include that character.
|