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
Returns true when neither `first`nor`second` is true, storing the result in `destination`.
813
+
Calculates the negated (inclusive) disjunction of `first`and`second`, storing the result in `destination`. The result is `true` if and only if both `first` and `second` are `false`.
0 commit comments