artichoke_backend::sys::specifiers

Constant 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);