Skip to main content

Rf_copyMostAttrib_unchecked

Function Rf_copyMostAttrib_unchecked 

Source
pub unsafe extern "C-unwind" fn Rf_copyMostAttrib_unchecked(
    source: SEXP,
    target: SEXP,
)
Expand description

Copy most attributes from source to target.

Copies all attributes except names, dim, and dimnames. Unchecked FFI binding for Rf_copyMostAttrib. Generated from source location line 2103, column 12. Generated from source file miniextendr-api/src/sys.rs.