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