<TKey, T>
public
drop(int<0, max> $length): CollectionInterface<TKey, T>
Drops the first items with $length from the collection and returns a new collection on the remaining items.
$length
Number of items to drop from the start
Nexus\Collection\Collection::drop()