Skip to main content

map_to_named_list_unchecked

Function map_to_named_list_unchecked 

Source
unsafe fn map_to_named_list_unchecked<V: IntoR>(
    iter: impl ExactSizeIterator<Item = (String, V)>,
) -> SEXP
Expand description

Unchecked version of map_to_named_list.