Function endbasic_core::value::div_integer
source ยท pub fn div_integer(lhs: i32, rhs: i32) -> Result<i32>
Expand description
Performs an arithmetic division of integers.
pub fn div_integer(lhs: i32, rhs: i32) -> Result<i32>
Performs an arithmetic division of integers.