From d00b1b821892b4afe2468101001582b8a73bfcc9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Feb 2022 19:59:30 -0800 Subject: 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. --- txr.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3