Skip to main content

apply

Macro apply 

Source
macro_rules! apply {
    (1, $($idx:tt)+) => { ... };
    (2, $($idx:tt)+) => { ... };
    (3, $($idx:tt)+) => { ... };
    (4, $($idx:tt)+) => { ... };
    (5, $($idx:tt)+) => { ... };
}