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