core :: HashSet :: from
coll
# Build a list filled with the items of `coll`. init from(coll: Collection[E]) do init add_all(coll) end