Skip to main content

if_preferred_runtime

Macro if_preferred_runtime 

Source
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