Macro arg_check

Source
macro_rules! arg_check {
    ($arg:expr => $t:pat, $e:literal, $n:literal) => { ... };
}