Skip to main content

t_inspect

Function t_inspect 

Source
pub unsafe extern "C-unwind" fn t_inspect<T: Altrep>(
    x: SEXP,
    pre: i32,
    deep: i32,
    pvec: i32,
    inspect_subtree: Option<unsafe extern "C-unwind" fn(SEXP, i32, i32, i32)>,
) -> Rboolean
Expand description

Trampoline for Inspect method.

ยงSafety

x must be a valid SEXP for the ALTREP class backed by T.