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 | d00b1b821892b4afe2468101001582b8a73bfcc9 (patch) | |
tree | 4eda0a9926f9438b54d5daff219367e198635684 | |
parent | 397c5040d5f1966b28eb943c520d2ca68850c551 (diff) | |
download | txr-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.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 |