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
Whereas min_binding, pop_min_binding, pop_max_binding and (all ?) others raise Not_found.
It would make more sense if it was Not_found also (but it somewhat breaks backward compatibility).
Thank you for batteries
The text was updated successfully, but these errors were encountered:
While doing the PR I also noticed that the Stdlib also provide exceptionless Map.min_binding_opt and Map.max_binding_opt that return an option.
Should we also add these?
Whereas
min_binding
,pop_min_binding
,pop_max_binding
and (all ?) others raiseNot_found
.It would make more sense if it was
Not_found
also (but it somewhat breaks backward compatibility).Thank you for batteries
The text was updated successfully, but these errors were encountered: