smallest

Function smallest 

Source
pub fn smallest<T: Clone + PartialOrd + Ord>(list: &[T]) -> Option<T>