checked_min

Function checked_min 

Source
pub(crate) fn checked_min(
    one: Option<usize>,
    other: Option<usize>,
) -> Option<usize>