Skip to content

Commit 60c98ec

Browse files
committed
Adds method Seq to Supply, refs #2632
1 parent a71aa3e commit 60c98ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Type/Supply.pod6

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,13 @@ as the C<Supply> emits values. The list will be terminated once the C<Supply> is
193193
C<done>. If the C<Supply> C<quit>s, then an exception will be thrown once that
194194
point in the lazy list is reached.
195195
196+
=head2 method Seq
197+
198+
method Seq(Supply:D:)
199+
200+
Returns a C<Seq> with an iterator containing the values that the C<Supply>
201+
contains.
202+
196203
=head2 method grab
197204
198205
method grab(Supply:D: &when-done --> Supply:D)

0 commit comments

Comments
 (0)