Build a list filled with the items of coll.

Property definitions

core $ List :: from
	# Build a list filled with the items of `coll`.
	init from(coll: Collection[E]) do append(coll)
lib/core/collection/list.nit:202,2--203,47