get_var_in_frame

Function get_var_in_frame 

Source
pub unsafe fn get_var_in_frame(symbol: SEXP, env: SEXP) -> SEXP
Expand description

Returns the value of the requested variable in an environment

ยงSafety

This function dereferences raw SEXP pointers. The caller must ensure that symbol and env are valid SEXP pointers.