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