Exercise: Generic min
In this short exercise, you will implement a generic min
function that
determines the minimum of two values, using the Ord
trait.
min
In this short exercise, you will implement a generic min
function that
determines the minimum of two values, using the Ord
trait.