Function interval_int_mul

Source
pub fn interval_int_mul(
    l: Interval,
    r: impl TryInto<i32> + Debug,
) -> Result<Interval>