Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add IterationEnd to search index
  • Loading branch information
zoffixznet committed Jun 27, 2017
1 parent 6986130 commit c6e8d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Type/Iterator.pod6
Expand Up @@ -20,6 +20,7 @@ Iterator API methods can be implemented in terms of C<pull-one>, but also
overridden for performance reasons.
=head1 IterationEnd
X<IterationEnd|>
Iterators only allow one iteration over the entire sequence. It's forbidden
to make attempts to fetch more data, once C<IterationEnd> has been generated,
Expand Down

0 comments on commit c6e8d08

Please sign in to comment.