pub unsafe fn get_var_in_frame(symbol: SEXP, env: SEXP) -> SEXPExpand 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.