Function rav1e::prelude::v_frame::math::clamp

source ·
pub fn clamp<T>(input: T, min: T, max: T) -> T
where T: PartialOrd,