core :: Array :: with_items
objects
# Create an array with some `objects`. init with_items(objects: E...) do _items = objects._items _capacity = objects._capacity _length = objects.length end