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

NSDictionary aliases #42

Closed robb closed 10 years ago

robb commented 10 years ago

Fixes #41

felixvisee commented 10 years ago

What about BOOL ASTAll(NSDictionary *dict, BOOL(^block)(id key, id obj)) and similar key+obj blocks?

robb commented 10 years ago

I'd rather defer those until the need arises to keep the surface API small.

This changeset is mostly to future-proof Asterism for when that time comes.