Function |le
ops/i32::|le
Usage
|le(a, b)
Parameters
↳ a:
i32
↳ b:
i32
Return
↴ bool
Tells whether a
is lower or equal to b
.
ops/i32::|le
|le(a, b)
↳ a:
i32
↳ b:
i32
↴ bool
Tells whether a
is lower or equal to b
.