summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.111
1 files changed, 11 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 8b0f53a3..61354add 100644
--- a/txr.1
+++ b/txr.1
@@ -35607,6 +35607,17 @@ is a number.
If
.meta seq
+is an iterator produced by
+.code iter-begin
+then an iterator similar to that iterator is returned, which can continue
+iterating the same sequence. The iterator may be
+.meta seq
+itself or share state with
+.metn seq ,
+and thus may not be relied on to produce an independent, parallel iteration.
+
+If
+.meta seq
is a structure which supports the
.code iter-begin
method, then that method is called and its return value is returned.