Adds notInArray and notOneOf.#262
Adds notInArray and notOneOf.#262czirkoszoltan wants to merge 0 commit intowebmozarts:masterfrom czirkoszoltan:master
Conversation
|
I was just looking for exactly this. Thank you! When do you think it might be released? |
|
Yes!! I also have a bunch of use cases for this!! |
|
I was just looking for |
|
I also would like such an assert to exist. Any maintainer to merge that in ? Anything missing on this PR ? |
|
Perhaps @shadowhand can respond to this? |
|
I don't really want to add new assertions to the current versions, but PR #320 is setting up the next major version. New additions should go there. |
|
Thanks for getting back @shadowhand !! It shouldn't be too hard to rebase this against @shadowhand Just out of curiosity; what's the time-frame on 2.0? |
|
@tvdijen planning to release before Jan 2026. |
|
I'll create one for the new version. |
|
Moved to #323 |
These functions are negations of inArray and oneOf. The negations did not previously exist for these two functions. These are mostly just copypastes of the existing ones.