pub(crate) fn formal_name(formal: &str) -> &strExpand description
Extract the R parameter name from a single formal (e.g. mode = c("a","b")
→ mode). Pair with split_r_formals, never a raw split(',').
pub(crate) fn formal_name(formal: &str) -> &strExtract the R parameter name from a single formal (e.g. mode = c("a","b")
→ mode). Pair with split_r_formals, never a raw split(',').