Ensure `struct_list` is a flat list of `structs`
Source:R/standalone-struct-list.R
struct_flatten.Rd
Unlike `purrr::list_flatten` this is recursive for one reason which is that a `struct_list` must only contain `structs`.
R/standalone-struct-list.R
struct_flatten.Rd
Unlike `purrr::list_flatten` this is recursive for one reason which is that a `struct_list` must only contain `structs`.