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
Right now we're returning 0/1, with int return types, for predicate functions, or for functions that have boolean success/failure returns. I'll make a new boolean enum for returning from such functions.
Right now we're returning 0/1, with int return types, for predicate functions, or for functions that have boolean success/failure returns. I'll make a new boolean enum for returning from such functions.