Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
0.10.2.2, 2.4.1
Description
This method inefficiently searches for the first element that meets a condition. The temporary collection returned by `takeWhile()` method is not really used. But rather the length is used as an offset into the original collection.
Attachments
Issue Links
- links to