-
Notifications
You must be signed in to change notification settings - Fork 7
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
This method on typed arrays #20
Comments
TypedArrays are used to store binary-like data, it is not representing a list of items in the thinking model so I think it is strange to support this on those. |
@Jack-Works they are just optimized for numbers arrays. Sometimes we have arrays of numbers and we should get unique values from those arrays. I think that makes no sense to limit this possibility. |
IIRC typed arrays don't have .map, .filter etc, maybe that reason applies here |
They have those methods. |
Oh so we should match them |
Makes it sense or not?
The text was updated successfully, but these errors were encountered: