<TKey, T>
public
append<U>(U ...$items): CollectionInterface<int|TKey, T|U>
Appends one or more $items into the collection and returns a new collection.
$items
Nexus\Collection\Collection::append()