Skip to main content

t_extract_subset

Function t_extract_subset 

Source
pub unsafe extern "C-unwind" fn t_extract_subset<T: AltVec>(
    x: SEXP,
    indx: SEXP,
    call: SEXP,
) -> SEXP
Expand description

Trampoline for Extract_subset method.

ยงSafety

x, indx, and call must be valid SEXPs.