Macro cp_library_rs::chmin
source · macro_rules! chmin { ( $a:expr, $b:expr $(,)* ) => { ... }; ( $a:expr, $b:expr, $c:expr $(,$other:expr)* $(,)* ) => { ... }; }
Expand description
chmin!(x1, x2, ..., xn)
:x1
,x2
,…,xn
のうち最小のものを、x1
に代入する
- 代入があったとき、
true
を返す