This is the prettier-builtins Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:18:20 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
prettier-builtinsA lightweight library to pretty print builtin arrays and hash-tables.
MIT
alexandria (system).
uiop (system).
package.lisp (file).
array.lisp (file).
hash-table.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
prettier-builtins/prettier-builtins.asdprettier-builtins/package.lispprettier-builtins/array.lispprettier-builtins/hash-table.lispprettier-builtins/prettier-builtins.asdprettier-builtins (system).
prettier-builtins/package.lispprettier-builtins (system).
prettify (function).
unprettify (function).
*pprint-table* (special variable).
*pretty-types-alist* (special variable).
prettier-builtins/array.lispprettier-builtins (system).
*array-element-print-format* (special variable).
array-storage (function).
array-stride (function).
pretty-print-array (function).
pretty-print-number (function).
prettier-builtins/hash-table.lispprettier-builtins (system).
*hash-table-print-spec* (special variable).
*print-hash-table* (special variable).
pretty-print-hash-table (function).
Packages are listed by definition order.
prettier-builtinsalexandria.
common-lisp.
*hash-table-print-spec* (special variable).
*print-hash-table* (special variable).
prettify (function).
unprettify (function).
*array-element-print-format* (special variable).
*pprint-table* (special variable).
*pretty-types-alist* (special variable).
array-storage (function).
array-stride (function).
pretty-print-array (function).
pretty-print-hash-table (function).
pretty-print-number (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Should be a list of 3 elements indicating:
the tab-size used before and after the separator
the separator between the key and value as a string
the minimum offset column after which to place the separator
When NIL, pretty-printing does not print the elements of the hash-table.
The format control string used to print the elements of DENSE-ARRAYS:ARRAY.
It is possible to set this value to "~/USER-DEFINED-FUNCTION/" where
USER-DEFINED-FUNCTION should accept at least four arguments.
Also see:
- https://en.wikipedia.org/wiki/Format_(Common_Lisp)
- http://www.gigamonkeys.com/book/a-few-format-recipes.html
| Jump to: | A F P U |
|---|
| Jump to: | A F P U |
|---|
| Jump to: | *
S |
|---|
| Jump to: | *
S |
|---|
| Jump to: | A F H P S |
|---|
| Jump to: | A F H P S |
|---|