num_dual

Macro third

Source
macro_rules! third {
    (first, $($code:tt)*) => { ... };
    (second, $($code:tt)*) => { ... };
    (third, $($code:tt)*) => { ... };
}