-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
nand #237
Comments
Example of what I mean R.and(1, 2); // => 2
R.and("test", "test1"); // => "test1" Keeping this in mind, if we implement Are we okay with that ? Does any usecase for this exist ? @BjornMelgaard any opinion on this ? |
@char0n |
@BjornMelgaard the question was rather, do we need something like this in the lib ? ... rather then what it should return. It can return Boolean, and Boolean only, |
@char0n if someone wants to, I've never used complement of |
Complement of Ramda's
See: #234 |
This is implemented in #952 |
The text was updated successfully, but these errors were encountered: