-
Notifications
You must be signed in to change notification settings - Fork 2
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
Methods don't work on Sets #10
Comments
I'm also having this issue. I'm having to put |
i have tested all the methods, they are working fine , data must be passed in as arrays - refer the docs again, if issue persist please recreate it somewhere i can review and post it back. |
It's not a bug, it's a feature request. It should be possible to pass in sets to each of these functions, and if you do it should not attempt to convert them into a set. |
Having a package called set operations that does not work on sets is a bit misleading, so a definitive 👍 to this 🙂 |
Support in place in PR #14 🙂 While waiting for Godot, you can use my fork in the meantime: |
@indrajaala any chance of seeing this merged soon? |
I want to work with sets, but the methods seem to expect unknown[].
The text was updated successfully, but these errors were encountered: