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 difference and others #6

Closed
mathiasbynens opened this issue May 29, 2013 · 0 comments
Closed

Add difference and others #6

mathiasbynens opened this issue May 29, 2013 · 0 comments

Comments

@mathiasbynens
Copy link
Owner

// get an array of all BMP code points except U+0067, U+23FC, and U+F3FC
var codePoints = regenerate.difference(regenerate.range(0x0, 0xFFFF), [0x67, 0x23FC, 0xF3FC]);

Maybe also these:

union(array1, array2) / add(array1, array2)
intersect(array1, array2)
remove(array1, array2)
mathiasbynens added a commit that referenced this issue Jun 1, 2013
mathiasbynens added a commit that referenced this issue May 25, 2014
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