lib
0.1.0
Module other
Functions
In lib::util
Module
lib
::
util
::
other
Copy item path
source
·
[
−
]
Functions
§
chmax
Update mn = max(mn, n), and return if mn was updated.
chmin
Update mn = min(mn, n), and return if mn was updated.
nz
n != 0.
one
b ? 1 : 0.