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

Make isEmpty work for Sets #31

Open
lukelafountaine opened this issue Jun 2, 2021 · 0 comments
Open

Make isEmpty work for Sets #31

lukelafountaine opened this issue Jun 2, 2021 · 0 comments

Comments

@lukelafountaine
Copy link
Contributor

isEmpty doesn't currently work for Sets.

For example:

> let a = new Set([ 1, 2, 3, 4, 5 ]);
> isEmpty(a)
true

I had to hunt around to find the issue in my code and it came back to this. Seems like we have been using sets a bit more recently, so it would be nice to support it in the toolbox.

crgwbr added a commit to crgwbr/toolbox that referenced this issue Jun 22, 2021
crgwbr added a commit to crgwbr/toolbox that referenced this issue Mar 1, 2022
crgwbr added a commit to crgwbr/toolbox that referenced this issue Jul 23, 2024
crgwbr added a commit to crgwbr/toolbox that referenced this issue Jul 23, 2024
crgwbr added a commit to crgwbr/toolbox that referenced this issue Jul 23, 2024
crgwbr added a commit to crgwbr/toolbox that referenced this issue Jul 23, 2024
crgwbr added a commit to crgwbr/toolbox that referenced this issue Jul 26, 2024
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

1 participant