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 scelta::match can now be simplified since any of the overloaded lambdas can opt in to including an explicit "self" parameter which can be used to do the recursion.
I think
scelta::matchcan now be simplified since any of the overloaded lambdas can opt in to including an explicit "self" parameter which can be used to do the recursion.