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