list_to_array(xs)
Return an array with all the elements of the list xs.
xs
list_to_array([1, 2, 3]) // #[1, 2, 3]
Core Module Index | Contents