Skip to content

Commit c17be46

Browse files
authored
Add documentation for takewhile and dropwhile (#34837)
#33437 has added the two functions, but it didn't appear in the documentation.
1 parent 3631d91 commit c17be46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/base/iterators.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Base.Iterators.enumerate
77
Base.Iterators.rest
88
Base.Iterators.countfrom
99
Base.Iterators.take
10+
Base.Iterators.takewhile
1011
Base.Iterators.drop
12+
Base.Iterators.dropwhile
1113
Base.Iterators.cycle
1214
Base.Iterators.repeated
1315
Base.Iterators.product

0 commit comments

Comments
 (0)