Macro spl::require_mut_array_on_stack

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