supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

Implements support for pick and omit #86

Closed inf0rmer closed 9 years ago

inf0rmer commented 10 years ago

I've implemented support for pick and omit in NSDictionary.

pick returns a new dictionary that includes only the whitelisted keys, and omit is it's counterpart, returning a new dictionary that excludes the blacklisted keys.

supermarin commented 9 years ago

@inf0rmer Thanks!