modulitos (Lucas Swart)
- Login: modulitos
- Registered on: 11/29/2020
- Last sign in: 11/29/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/29/2020
-
11:40 PM Ruby Feature #8421: add Enumerable#find_map and Enumerable#find_all_map
In Ruby 2.7, I think we can use `enumerable.lazy.filter_map{..}.first` as an equivalent for `.find_map{..}`