pub(crate) unsafe fn opt_str_iter_to_strsxp_unchecked<'a>(
iter: impl ExactSizeIterator<Item = Option<&'a str>>,
) -> SEXPExpand description
Helper: allocate STRSXP and fill from an optional-string iterator (unchecked).
pub(crate) unsafe fn opt_str_iter_to_strsxp_unchecked<'a>(
iter: impl ExactSizeIterator<Item = Option<&'a str>>,
) -> SEXPHelper: allocate STRSXP and fill from an optional-string iterator (unchecked).