Skip to main content
bitwise_binary_op
r
0.2.0
In r::
interpreter::
builtins::
math
r
::
interpreter
::
builtins
::
math
Function
bitwise_
binary_
op
Copy item path
Source
fn bitwise_binary_op( args: &[
RValue
], op:
fn
(
i64
,
i64
) ->
i64
, ) ->
Result
<
RValue
,
RError
>