Skip to main content

logical_iter_to_lglsxp_unchecked

Function logical_iter_to_lglsxp_unchecked 

Source
unsafe fn logical_iter_to_lglsxp_unchecked(
    n: usize,
    iter: impl Iterator<Item = i32>,
) -> SEXP
Expand description

Helper: allocate LGLSXP and fill from an i32 iterator (unchecked).