Constant artichoke_backend::sys::specifiers::REST_NO_COPY

source ·
pub const REST_NO_COPY: &str = "*!";
Expand description

Retrieve the rest of arguments as an array; avoid copy of the stack.

mrb_get_args(mrb, "*", &argv, &argc);