summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-02-23 19:59:30 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-02-23 19:59:30 -0800
commitd00b1b821892b4afe2468101001582b8a73bfcc9 (patch)
tree4eda0a9926f9438b54d5daff219367e198635684
parent397c5040d5f1966b28eb943c520d2ca68850c551 (diff)
downloadtxr-d00b1b821892b4afe2468101001582b8a73bfcc9.tar.gz
txr-d00b1b821892b4afe2468101001582b8a73bfcc9.tar.bz2
txr-d00b1b821892b4afe2468101001582b8a73bfcc9.zip
doc: make-like can take an iterators.
* txr.1: A December 2021 change that went into TXR 273 allows iterators from iter-begin to be the object argument to the make-like function. This is now documented.
-rw-r--r--txr.110
1 files changed, 10 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index f1541ceb..a842c3d0 100644
--- a/txr.1
+++ b/txr.1
@@ -32532,6 +32532,16 @@ indicating that the resulting
.code carray
is not to be null terminated.
+The
+.meta object
+may be an iterator returned by
+.codn iter-begin .
+In this situation, if that object makes the original sequence
+available, then
+.code make-like
+takes that sequence in place of
+.metn object ,
+
Note: the
.code make-like
function is a helper which supports the development of