You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't make the package that provides Not (I think, I used to have one but we moved to a common Not), but I don't think this is the intended usage of Not. For your case, use
The reason I would like to have the same behaviour, is to allow the user to provide an array of names, indices or booleans without having to special case the code based on the type of array passed.
The indexing code with Not(bools) treats the booleans as indices 0 and 1 and thus captures all indices except 1.
For example:
The text was updated successfully, but these errors were encountered: