Skip to main content

integer_ptr

Function integer_ptr 

Source
pub unsafe fn integer_ptr(s: Sexp) -> *mut i32
Expand description

Read INTEGER data pointer.

ยงSafety

s must be a valid INTSXP pointer.