A new Counter initialized with inc_all.

Property definitions

counter $ Counter :: from
	# A new Counter initialized with `inc_all`.
	init from(es: Collection[E])
	do
		inc_all(es)
	end
lib/counter/counter.nit:118,2--122,4