This is the pipes Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:17:24 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
Files are sorted by type and then listed depth-first from the systems components trees.
pipes/src.lisp
package.lisp
(file).
pipes
(system).
+empty-pipe+
(constant).
make-pipe
(macro).
pipe-append
(function).
pipe-elt
(function).
pipe-enumerate
(function).
pipe-filter
(function).
pipe-force
(function).
pipe-head
(function).
pipe-map
(function).
pipe-map-filtering
(function).
pipe-mappend
(function).
pipe-mappend-filtering
(function).
pipe-tail
(function).
pipe-values
(function).
Packages are listed by definition order.
pipes
common-lisp
.
+empty-pipe+
(constant).
make-pipe
(macro).
pipe-append
(function).
pipe-elt
(function).
pipe-enumerate
(function).
pipe-filter
(function).
pipe-force
(function).
pipe-head
(function).
pipe-map
(function).
pipe-map-filtering
(function).
pipe-mappend
(function).
pipe-mappend-filtering
(function).
pipe-tail
(function).
pipe-values
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Return a pipe that appends the elements of x and y.
Go through all (or count) elements of pipe, possibly applying the KEY function. (Try PRINT.)
Keep only items in pipe satisfying predicate.
Force the enumeration of all of the pipe. Never returns if the pipe is infinite in length.
Map fn over pipe, delaying all but the first fn call.
Map fn over pipe, delaying all but the first fn call, while filtering results.
Lazily map fn over pipe, appending results.
Map fn over pipe, delaying all but the first fn call, appending results while filtering.
Return tail of pipe or list, and destructively update the tail if it is a function.
Simple wrapper to return values of a pipe
Jump to: | F M P |
---|
Jump to: | F M P |
---|
Jump to: | +
C |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
+ | |||
+empty-pipe+ : | Public constants | ||
| |||
C | |||
Constant, +empty-pipe+ : | Public constants | ||
|
Jump to: | +
C |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|