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