macro_rules! dtt_min { ($x:expr $(, $y:expr)*) => { ... }; }
This macro returns the minimum of the given values.