robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Make pluck work on id<NSFastEnumeration> #4

Closed robb closed 10 years ago

robb commented 10 years ago

This changes pluck to work on id<NSFastEnumeration> and return an array.

The old behavior didn't really make sense for sets in cases where two objects could return the same value.

robb commented 10 years ago

:+1: