Function int_interval_mul

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