Function endbasic_core::value::mul_integer
source ยท pub fn mul_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description
Performs a multiplication of integers.
pub fn mul_integer(lhs: i32, rhs: i32) -> Result<i32>
Performs a multiplication of integers.