Skip to main content

arr_bool_opt

Macro arr_bool_opt 

Source
macro_rules! arr_bool_opt {
    ($v:expr) => { ... };
    ($($x:expr),+ $(,)?) => { ... };
    () => { ... };
}