Skip to main content

t_coerce

Function t_coerce 

Source
pub unsafe extern "C-unwind" fn t_coerce<T: Altrep>(
    x: SEXP,
    to_type: SEXPTYPE,
) -> SEXP
Expand description

Trampoline for Coerce method.

ยงSafety

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