Skip to main content

str_iter_to_strsxp

Function str_iter_to_strsxp 

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

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