Macro lrs::matches!

Syntax

( $ val : expr => $ ( $ pat : tt ) + ) => {
match $ val { $ ( $ pat ) + => true , _ => false , } }