lisp_match_arg

Macro lisp_match_arg 

Source
macro_rules! lisp_match_arg {
    ($e:expr) => { ... };
    ( $($e:tt)* ) => { ... };
}