@@ -1,5 +1,5 @@
module Enumerable(T)
def count_each(others)
def count_each
count_map = {} of T => Int32
each do |other|
count_map[other] = (count_map[other]? || 0) + 1
The note is not visible to the blocked user.