-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
_.eq #2456
Comments
Hello, @jdalton! Can you give an use case example for composition of this functions? |
Sure thing. See lodash/blob/npm/eq.js for an implementation reference. This method extracts the It can be used as a shallow |
@jdalton, may I follow ECMA to implement SameValueZero functionality and why you doesn't like private method 'eq'? |
You can though it's just the long way around of basically
Private helpers and their names didn't factor into it. |
Related to and really depending on #2453:
An
_.eq
method to enable the SameValueZero comparison for composition.The text was updated successfully, but these errors were encountered: