nalgebra
0.33.1
?
Settings
Function
nalgebra
::
min
Copy item path
source
·
[
−
]
pub fn min<T:
Ord
>(a: T, b: T) -> T
Expand description
Same as
cmp::min
.