Closed
Description
https://blog.saeloun.com/2019/05/25/ruby-2-7-enumerable-filter-map.html
This was introduced in ruby 2.7. It adds a modest speedup over .map {}.compact
or .select {}.map {}
.
Metadata
Metadata
Assignees
Labels
No labels
https://blog.saeloun.com/2019/05/25/ruby-2-7-enumerable-filter-map.html
This was introduced in ruby 2.7. It adds a modest speedup over .map {}.compact
or .select {}.map {}
.