There are 4 utilities.
- rerank-array v1.0
-
Reshape
array
to have dimensions specified bydimensions
, possibly with a different rank than the original. The dimensions ofarray
and the givendimensions
must have the same total number of elements.- Provides
rerank-array
- array-contents v1.0
-
Extract the contents of the array
array
, returning a value that would be suitable to pass to the:initial-contents
keyword argument ofmake-array
.- Provides
array-contents
- array-bounds v1.0
-
Types related to array bounds.
- Provides
array-index
,array-length
- copy-array v1.0
-
Returns an undisplaced copy of
array
, with samefill-pointer
and adjustability (if any) as the original, unless overridden by the keyword arguments.- Provides
copy-array