Function |gt
ops/u128::|gt
Usage
|gt(a, b)
Parameters
↳ a:
u128
↳ b:
u128
Return
↴ bool
Tells whether a
is strictly greater than b
.
ops/u128::|gt
|gt(a, b)
↳ a:
u128
↳ b:
u128
↴ bool
Tells whether a
is strictly greater than b
.