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

[NSArray indexesOfObjectsPassingTest:] doesn't exist in Swift #113

Open
nickasd opened this issue Jul 1, 2019 · 2 comments
Open

[NSArray indexesOfObjectsPassingTest:] doesn't exist in Swift #113

nickasd opened this issue Jul 1, 2019 · 2 comments

Comments

@nickasd
Copy link

nickasd commented Jul 1, 2019

It could be translated to IndexSet(array.enumerated().filter { true }.map { $0.offset }).
http://swiftify.me/qb8r27

@tomattoz
Copy link
Collaborator

The same issue as in #102

@alex-swiftify
Copy link
Member

@tomattoz This seems like trivial to fix using metadata.
#102 is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants