pub(crate) unsafe extern "C-unwind" fn R_NewEnv_unchecked(
enclos: SEXP,
hash: Rboolean,
size: c_int,
) -> SEXPExpand description
Create a new environment.
ยงParameters
enclos: Enclosing environmenthash: Whether to use a hash tablesize: Initial hash table size (if hash is TRUE) Unchecked FFI binding forR_NewEnv. Generated from source location line 3707, column 19. Generated from source fileminiextendr-api/src/ffi.rs.