pub unsafe extern "C-unwind" fn t_lgl_get_region<T: AltLogical>(
x: SEXP,
i: R_xlen_t,
n: R_xlen_t,
out: *mut i32,
) -> R_xlen_tExpand description
Trampoline for logical Get_region method.
ยงSafety
x must be a valid ALTREP LGLSXP and out a valid buffer of at least n elements.