Skip to main content

str_iter_to_strsxp_unchecked

Function str_iter_to_strsxp_unchecked 

Source
pub(crate) unsafe fn str_iter_to_strsxp_unchecked<'a>(
    iter: impl ExactSizeIterator<Item = &'a str>,
) -> SEXP
Expand description

Helper: allocate STRSXP and fill from a string iterator (unchecked).