[−][src]Constant artichoke_backend::sys::specifiers::REST
pub const REST: &str = "*";
Retrieve the rest of arguments as an array; Usable like:
mrb_get_args(mrb, "*", &argv, &argc);
pub const REST: &str = "*";
Retrieve the rest of arguments as an array; Usable like:
mrb_get_args(mrb, "*", &argv, &argc);