Function artichoke_backend::sys::mrb_args_rest

source ·
pub const fn mrb_args_rest() -> mrb_aspec
Expand description

rest argument

def foo(n1, *rest); end