macro_rules! if_not_manual_rand_09 {
([rand_09 $($rest:ident)*] $($output:tt)*) => { ... };
([] $($output:tt)*) => { ... };
([$first:ident $($rest:ident)*] $($output:tt)*) => { ... };
}
Expand description
Output the provided code if and only if the list does not include rand_09
.