Skip to main content

fn_select

Macro fn_select 

Source
macro_rules! fn_select {
    (
        $index:expr,
        [$($value:expr),* $(,)?]
    ) => { ... };
}