Function |ge
ops/i32::|ge
Usage
|ge(a, b)
Parameters
↳ a:
i32
↳ b:
i32
Return
↴ bool
Tells whether a
is greater or equal to b
.
ops/i32::|ge
|ge(a, b)
↳ a:
i32
↳ b:
i32
↴ bool
Tells whether a
is greater or equal to b
.