macro_rules! tag_propagation_set {
($($x:expr),*) => { ... };
}Expand description
Provide a way to create tag propagation sets. It is equivalent to bitwise-or of all its arguments.
macro_rules! tag_propagation_set {
($($x:expr),*) => { ... };
}Provide a way to create tag propagation sets. It is equivalent to bitwise-or of all its arguments.