Macro typeql::or

source ยท
macro_rules! or {
    ($pattern:expr $(,)?) => { ... };
    ($($pattern:expr),+ $(,)?) => { ... };
}