Macro spl::require_int_on_stack

source ยท
macro_rules! require_int_on_stack {
    ($name:tt, $stack:expr, $fn:literal) => { ... };
}