diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-02-23 19:59:30 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-02-23 19:59:30 -0800 |
commit | 3c588285b3f6417bc3d90a1e041a5c16f5baa06a (patch) | |
tree | 4eda0a9926f9438b54d5daff219367e198635684 | |
parent | bf2fbbc765012a3eafa8ef235ab568bde942fdd8 (diff) | |
download | txr-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.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |