pub const fn mrb_args_req_and_opt(n_req: u32, n_opt: u32) -> mrb_aspecExpand description
Function takes n1 mandatory arguments and n2 optional arguments
@param n1
The number of required arguments.
@param n2
The number of optional arguments.