This library provides implementations for classes and functions in the Arrays dictionary of the Common Lisp standard. For intrinsic use, client code must supply accessors for the elements of each specialized array type.
This library is nearly complete.
This library does not depend on any other system, but it represents arrays as instances of standard classes with generic accessors, so CLOS is required.
Currently maintained by Robert Strandh.
Provide documentation strings for remaining functions. Add a test suite, probably from the ANSI-test suite.