Function clamp::clamp [] [src]

pub fn clamp<T: PartialOrd>(low: T, value: T, high: T) -> T