artichoke_backend::sys

Function mrb_args_rest

Source
pub const fn mrb_args_rest() -> mrb_aspec
Expand description

rest argument

def foo(n1, *rest); end