Quickutilβ

Lisp utilities on demand

Fork me on GitHub
search

There are 4 utilities.

rerank-array v1.0

Reshape array to have dimensions specified by dimensions, possibly with a different rank than the original. The dimensions of array and the given dimensions must have the same total number of elements.

Provides
rerank-array
Source Code
 
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 of make-array.

Provides
array-contents
Source Code
 
array-bounds v1.0

Types related to array bounds.

Provides
array-indexarray-length
Source Code
 
copy-array v1.0

Returns an undisplaced copy of array, with same fill-pointer and adjustability (if any) as the original, unless overridden by the keyword arguments.

Provides
copy-array
Source Code