Skip to main content

list_to_vec_of_maps

Function list_to_vec_of_maps 

Source
fn list_to_vec_of_maps<M>(sexp: SEXP) -> Result<Vec<M>, SexpError>
Expand description

Helper to convert R list (VECSXP) to Vec<M> where each element is converted via M: TryFromSexp.