macro_rules! any_air_arc_vec {
($($air:expr),+ $(,)?) => { ... };
}Expand description
Macro to create a Vec<AirRef<SC>> from a list of AIRs.
macro_rules! any_air_arc_vec {
($($air:expr),+ $(,)?) => { ... };
}Macro to create a Vec<AirRef<SC>> from a list of AIRs.