unlist1: Unlist unless the list-elements are themselves lists
Description
Convert a list of elements to a vector. Unlike base::unlist this doesn't
convert the elements of inner lists to vector elements. Thus only a list a single
layer deep is flattened to a vector.