nalgebra
0.33.2
nalgebra
Function
min
Copy item path
Source
pub fn min<T:
Ord
>(a: T, b: T) -> T
Expand description
Same as
cmp::min
.