Macro dtt::dtt_min

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

This macro returns the minimum of the given values.