rav1e
0.7.1
In rav1e::
util
rav1e
::
util
Function
clamp
Copy item path
Source
pub fn clamp<T>(input: T, min: T, max: T) -> T
where T:
PartialOrd
,