Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NSCountedSet #49

Open
robb opened this issue May 23, 2014 · 0 comments
Open

Add support for NSCountedSet #49

robb opened this issue May 23, 2014 · 0 comments

Comments

@robb
Copy link
Owner

robb commented May 23, 2014

This one is a little more tricky since NSCountedSet inherits from NSMutableSet.

Since we would want ASTMap(countedSet, block); to be equivalent to ASTMap((NSSet *)countedSet, block);, "unrolling" versions of map et. al. would need an extra parameter.

E.g.:

// if unroll is YES, calls the block multiple times per element.
NSCountedSet *ASTMap(NSCountedSet *set, BOOL unroll, id(^block)(id obj));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant