Macro dtt::dtt_max

source ·
macro_rules! dtt_max {
    ($x:expr $(, $y:expr)*) => { ... };
}
Expand description

This macro returns the maximum of the given values.