Skip to main content

sexp_to_rvalue

Function sexp_to_rvalue 

Source
pub unsafe fn sexp_to_rvalue(s: Sexp) -> RValue
Expand description

Convert a SEXP result from native C code back to an RValue.

ยงSafety

s must be a valid SEXP pointer allocated by our runtime or by C code using our allocVector.