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 think your analysis is correct. Especially since some() is implemented using || so it has the same behaviour as that operator. It would make a lot of sense for every() to behave like &&. This would be a behaviour change though :/
lionel-
added a commit
to lionel-/lowliner
that referenced
this issue
Aug 5, 2020
IMHO it should return the same and be consistent with &&:
The text was updated successfully, but these errors were encountered: