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
#12061 removed Orderable, so now we need to add min/max/clamp methods back to Ord. Adding them right now creates a lot of ambiguous method error. This is probably best left until UFCS lands.