<TKey, T>
public
forget(TKey ...$keys): CollectionInterface<TKey, T>
Removes items having the specified keys, then returns the remaining items as a new collection.
Nexus\Collection\Collection::forget()