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