Build a list filled with the items of coll.

Property definitions

core $ HashSet :: from
	# Build a list filled with the items of `coll`.
	init from(coll: Collection[E]) do
		init
		add_all(coll)
	end
lib/core/collection/hash_collection.nit:471,2--475,4