Skip to main content

first

Macro first 

Source
macro_rules! first {
    ($first: expr, $($arg:expr),*) => { ... };
}