[][src]Constant mruby_sys::specifiers::REST_NO_COPY

pub const REST_NO_COPY: &str

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

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