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

NSIndexSet is always used instead of native IndexSet #75

Open
nickasd opened this issue Mar 17, 2019 · 1 comment
Open

NSIndexSet is always used instead of native IndexSet #75

nickasd opened this issue Mar 17, 2019 · 1 comment

Comments

@nickasd
Copy link

nickasd commented Mar 17, 2019

Even when the original NSIndexSet is only used in methods that in Swift take a IndexSet, a NSIndexSet is created that is then always cast to IndexSet.
http://swiftify.me/lps2tp

@tomattoz
Copy link
Collaborator

At the first sight we can port NSIndexSet to swift native IndexSet. @alex-swiftify what do you think?

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

2 participants