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