[][src]Function eb::clamp

pub fn clamp<T>(value: T, min: T, max: T) -> T where
    T: PartialOrd