☰
Other items in
nalgebra
All crates
?
Function
nalgebra
::
max
[
−
]
[src]
pub fn max<T:
Ord
>(a: T, b: T) -> T
Expand description
Same as
cmp::max
.