Macro any_of

Source
macro_rules! any_of {
    ($($expr:expr),+ $(,)?) => { ... };
}