get_closure_env

Function get_closure_env 

Source
pub unsafe fn get_closure_env(x: SEXP) -> SEXP
Expand description

Return the environment of a closure

ยงSafety

This function dereferences a raw SEXP pointer. The caller must ensure that x is a valid SEXP pointer to a closure.