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