Macro chmax

Source
macro_rules! chmax {
    ( $a:expr, $b:expr ) => { ... };
}
Expand description

値を最大値で更新する。