core :: Array :: from
# Create an array from a collection. init from(items: Collection[E]) do with_capacity(items.length) self.add_all(items) end