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
Follow-on from #768. We have several methods (most notably pmin and pmax) that are technically optional and have default implementations. For some types, there might be a more efficient way to write them, and it'd be nice to be able to check if a custom implementation actually provides any benefit or not.
The text was updated successfully, but these errors were encountered:
Follow-on from #768. We have several methods (most notably
pmin
andpmax
) that are technically optional and have default implementations. For some types, there might be a more efficient way to write them, and it'd be nice to be able to check if a custom implementation actually provides any benefit or not.The text was updated successfully, but these errors were encountered: