This is the alexandria+ Reference Manual, version 1.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:14:15 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
alexandria+
A conservative set of extensions to Alexandria utilities.
Steven Nunez <steve@symbolics.tech>
MS-PL
Utilities not in Alexandria, UIOP or OSICAT.
1.1.0
alexandria
(system).
pkgdcl.lisp
(file).
lists.lisp
(file).
types.lisp
(file).
numbers.lisp
(file).
control-flow.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
alexandria+/alexandria+.asd
alexandria+/pkgdcl.lisp
alexandria+/lists.lisp
alexandria+/types.lisp
alexandria+/numbers.lisp
alexandria+/control-flow.lisp
alexandria+/lists.lisp
alexandria+
(system).
alist
(type).
alist-keys
(function).
alist-values
(function).
alistp
(function).
defprop
(macro).
plist
(type).
plist-keys
(function).
plist-values
(function).
plistp
(function).
alexandria+/types.lisp
alexandria+
(system).
percentage
(type).
probability
(type).
alexandria+/numbers.lisp
alexandria+
(system).
multf
(macro).
alexandria+/control-flow.lisp
alexandria+
(system).
unlessf
(macro).
Packages are listed by definition order.
alexandria+
alexandria
.
common-lisp
.
alist
(type).
alist-keys
(function).
alist-values
(function).
alistp
(function).
defprop
(macro).
multf
(macro).
percentage
(type).
plist
(type).
plist-keys
(function).
plist-values
(function).
plistp
(function).
probability
(type).
unlessf
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Gives SYMBOL an INDICATOR property of VALUE.
After this is done (CL:GET symbol indicator) returns VALUE
Multiply place by COEFFICIENT.
When PLACE is NIL, evaluate VALUE-FORM and save it there.
Returns a list of the keys in ALIST.
Returns a list of the values in ALIST.
Returns T if VALUE is an ALIST.
Return the keys of PLIST
Return the values of PLIST
Returns VALUE if it is a properly formed PLIST, NIL otherwise.
If ALLOW-SYMBOL-KEYS is not nil, keys may be either symbols or keywords
Type designator for ALIST. Implemented as a SATISFIES type, hence not recommended for performance intensive use. Main usefullness as a type designator of the expected type in a TYPE-ERROR.
A number between 0 and 100
Type designator for PLIST. Implemented as a SATISFIES type, hence not recommended for performance intensive use. Main usefullness as a type designator of the expected type in a TYPE-ERROR.
A number between 0 and 1
Jump to: | A D F M P U |
---|
Jump to: | A D F M P U |
---|
Jump to: | A C F L N P S T |
---|
Jump to: | A C F L N P S T |
---|