[][src]Function mruby_sys::mrb_args_req_and_opt

pub fn mrb_args_req_and_opt(n_req: u32, n_opt: u32) -> mrb_aspec

Function takes n1 mandatory arguments and n2 optional arguments

@param n1 The number of required arguments. @param n2 The number of optional arguments.