diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |