macro_rules! if_preferred_runtime {
{ [$($y:tt)*] [$($n:tt)*] } => { ... };
}Expand description
if_preferred_runtime!{[ Y ] [ N ]} expands to Y (if there’s PreferredRuntime) or N
macro_rules! if_preferred_runtime {
{ [$($y:tt)*] [$($n:tt)*] } => { ... };
}if_preferred_runtime!{[ Y ] [ N ]} expands to Y (if there’s PreferredRuntime) or N