Skip to main content

opt_str_iter_to_strsxp_unchecked

Function opt_str_iter_to_strsxp_unchecked 

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

Helper: allocate STRSXP and fill from an optional-string iterator (unchecked).