Function i32

pub const fn i32<B>(n1: i32, n2: i32) -> Result<i32, RawBoundsError<B>>
where
    B: Bounds<Primitive = i32>,