pub fn partial_min<I: Iterator>(iter: I) -> Option<I::Item>where I::Item: PartialOrd,
A min() function that only requires a partial ordering.