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