Closed inf0rmer closed 10 years ago
@inf0rmer thanks for the PR!
I believe this functionality already exists in Objective-C as valueForKeyPath:
.
Since it's always better to keep the library as small as possible, this would probably not get merged.
Ah, you're totally right, my bad... and it was being used right before the test I wrote! Doh :). I'll go ahead and close this, thanks!
@inf0rmer thank you for your time :)
Hi! I've implemented support for
pluck
, a common use case ofmap
: extracting a list of property values.