lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 202 forks source link

Use array_key_exists on arrays in pick() #239

Closed lstrojny closed 3 years ago

lstrojny commented 3 years ago

Deals with nulls properly and behaves more consistently with ArrayAccess

Fixes #217