use easy_switch::switch; fn main() { switch! { number; 1 => (), 2 => (), } }