third

Macro third 

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