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
This family of functions can return false because they are empty, or can return false because the element contains an element with the value false, so one can't spot the error by looking just at the return value.
We could potentially add special-cases for this family of functions where we first check the length of the array, throw an exception if the array is empty, and then go on to return whatever the function returns, but that's slightly less-trivial
Hi, it looks like current() is missing.
Any plans to add it? Thanks!
The text was updated successfully, but these errors were encountered: