Function rsvg::util::clamp

source ·
pub fn clamp<T: PartialOrd>(val: T, low: T, high: T) -> T