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
commit3c588285b3f6417bc3d90a1e041a5c16f5baa06a (patch)
tree4eda0a9926f9438b54d5daff219367e198635684
parentbf2fbbc765012a3eafa8ef235ab568bde942fdd8 (diff)
downloadtxr-3c588285b3f6417bc3d90a1e041a5c16f5baa06a.tar.gz
txr-3c588285b3f6417bc3d90a1e041a5c16f5baa06a.tar.bz2
txr-3c588285b3f6417bc3d90a1e041a5c16f5baa06a.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