Skip to content

Commit 4e079fd

Browse files
committed
chore(iterators5): conciseness hint
1 parent 91fc9e3 commit 4e079fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

info.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,10 @@ test count_iterator.
788788
The collection variable in count_collection_iterator is a slice of HashMaps. It
789789
needs to be converted into an iterator in order to use the iterator methods.
790790
791-
The fold method can be useful in the count_collection_iterator function."""
791+
The fold method can be useful in the count_collection_iterator function.
792+
793+
For a further challenge, consult the documentation for Iterator to find
794+
a different method that could make your code more compact than using fold."""
792795

793796
# THREADS
794797

0 commit comments

Comments
 (0)