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 2124660 commit 541c3f7Copy full SHA for 541c3f7
README.md
@@ -40,5 +40,4 @@ foo.map((elem, idx) => elem*2).sort().take(2).toArray(); // [2,4]
40
### Implement performance tests: CPU and memory (if possible)
41
42
## To be discussed
43
-### Review name of `toMapAll` iterator;
44
-### Review name of `getIterator` and `fromGenerator` utils;
+* Review names of `toMapAll`, `groupBy`, `getIterator`, `fromGenerator`;
0 commit comments