<TKey, T>
public
get<V>(TKey $key, V $default = null): T|V
Gets the specific item from the collection having the specified key. If none exists, returns the default value.
Nexus\Collection\Collection::get()