Actions
Feature #17744
closedAccumulate `Enumerable#tally` results
Status:
Closed
Assignee:
-
Target version:
-
Description
A feature request at DevelopersMeeting20200317Japan:
ko1: want to accumulate
Enumerable#tally
resultsh = {} [:a,:b,:c].tally(h) [:a,:b,:d].tally(h) p h #=> {:a=>2, :b=>2, :c=>1, :d=>1}
matz: looks good. please create a proposal
Actions
Like0
Like0Like0Like0