[][src]Macro mirai_annotations::tag_propagation_set

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.