Skip to main content

sexp_param_list

Function sexp_param_list 

Source
fn sexp_param_list(num_args: i32) -> String
Expand description

Comma-joined _: SEXP parameter list for an extern { fn ...; } decl.

Extern fn declarations require parameter bindings — bare SEXP, SEXP is parsed as pattern-typed which fails. Each slot is _: SEXP.