Table of Contents
Function MAKE-ARRAY
. MAKE-ARRAY
can return specialized arrays for the ARRAY-ELEMENT-TYPE
s
(
,
UNSIGNED-BYTE
2)(
,
UNSIGNED-BYTE
4)(
, UNSIGNED-BYTE
8)(
, UNSIGNED-BYTE
16)(
, and, of course, the required
specializations UNSIGNED-BYTE
32)NIL
, BIT
and CHARACTER
.
Function ADJUST-ARRAY
for displaced arrays. An array to which another array is displaced should not be shrunk
(using ADJUST-ARRAY
) in such a way that the other array points into
void space. This cannot be checked at the time ADJUST-ARRAY
is
called!
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |