Macro to_matches

Source
macro_rules! to_matches {
    ($pattern:pat $(if $guard:expr)? $(,)?) => { ... };
}