We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fc9e3 commit 4e079fdCopy full SHA for 4e079fd
info.toml
@@ -788,7 +788,10 @@ test count_iterator.
788
The collection variable in count_collection_iterator is a slice of HashMaps. It
789
needs to be converted into an iterator in order to use the iterator methods.
790
791
-The fold method can be useful in the count_collection_iterator function."""
+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."""
795
796
# THREADS
797
0 commit comments