rune
0.1.0
In rune::
arith
Enums
NumberValue
Constants
MAX_FIXNUM
MIN_FIXNUM
Functions
add
add_one
arith
cmp
div
greater_than
greater_than_or_eq
less_than
less_than_or_eq
logand
logior
max
max_val
min
min_val
modulo
mul
num_eq
num_ne
remainder
sub
sub_one
rune
::
arith
Function
num_eq
Copy item path
Settings
Help
Summary
Source
pub(crate) fn num_eq( number:
Gc
<
NumberType
<'_>>, numbers: &[
Gc
<
NumberType
<'_>>], ) ->
bool