The trivial-adjust-simple-array Reference Manual

This is the trivial-adjust-simple-array Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:55:07 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 trivial-adjust-simple-array

A tiny utility to change array size ensuring it is simple.

Author

Andrew Kravchuk <>

Home Page

https://gitlab.com/lockie/trivial-adjust-simple-array

License

MIT

Version

0.0.1

Source

trivial-adjust-simple-array.asd.

Child Component

trivial-adjust-simple-array.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 trivial-adjust-simple-array/trivial-adjust-simple-array.asd

Source

trivial-adjust-simple-array.asd.

Parent Component

trivial-adjust-simple-array (system).

ASDF Systems

trivial-adjust-simple-array.


3.1.2 trivial-adjust-simple-array/trivial-adjust-simple-array.lisp

Source

trivial-adjust-simple-array.asd.

Parent Component

trivial-adjust-simple-array (system).

Packages

trivial-adjust-simple-array.

Public Interface

4 Packages

Packages are listed by definition order.


4.1 trivial-adjust-simple-array

Source

trivial-adjust-simple-array.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: adjust-simple-array (array size &key element-type initial-element)

Changes the size of simple array. The result is simple array of the same type as array, that has the given new SIZE, ELEMENT-TYPE and (optionally) INITIAL-ELEMENT in a new uninitialized elements.

Package

trivial-adjust-simple-array.

Source

trivial-adjust-simple-array.lisp.

Macro: adjust-simple-arrayf (place size &rest keywords)

SETF-like macro to change simple array size in-place.

Package

trivial-adjust-simple-array.

Source

trivial-adjust-simple-array.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions


A.3 Variables