macro_rules! expect_args {
    ($signature:expr, $frame:expr, [ $( $ptrn:pat $( => $name:ident )? ),* $(,)? ]) => { ... };
}
Expand description

Macro for checking and destructuring arguments passed to primitives.