Build a list filled with the items of coll.

Property definitions

core $ HashMap :: from
	# Build a list filled with the items of `coll`.
	init from(coll: Map[K, V]) do
		init
		add_all(coll)
	end
lib/core/collection/hash_collection.nit:273,2--277,4