diff options
| author | Taylor Yu <tlyu@mit.edu> | 2021-06-06 17:39:13 -0500 |
|---|---|---|
| committer | Taylor Yu <tlyu@mit.edu> | 2021-06-06 17:45:35 -0500 |
| commit | 4e079fdd0829ab271508c773aa814b21d6cff32b (patch) | |
| tree | 06600520ea1f6df2990589e0d66a198bb4e3d2de | |
| parent | 91fc9e3118f4af603c9911698cc2a234725cb032 (diff) | |
chore(iterators5): conciseness hint
| -rw-r--r-- | info.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -788,7 +788,10 @@ test count_iterator. The collection variable in count_collection_iterator is a slice of HashMaps. It needs to be converted into an iterator in order to use the iterator methods. -The fold method can be useful in the count_collection_iterator function.""" +The fold method can be useful in the count_collection_iterator function. + +For a further challenge, consult the documentation for Iterator to find +a different method that could make your code more compact than using fold.""" # THREADS |
