Skip to main content
std_mod
rl_lang
0.1.4
In rl_
lang::
interpreter::
stdlib::
math::
modulo
rl_lang
::
interpreter
::
stdlib
::
math
::
modulo
Function
std_mod
Copy item path
Source
pub fn std_mod( eval: &mut
Evaluator
, a:
Value
, b:
Value
, span:
Span
, ) ->
Result
<
Value
,
Error
>