encoding_rs

Function checked_min

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